|
|||
Prex Home / Browse Source - Prex Version: 0.9.0 |
|||
root/include/machine/systrap.h/* [<][>][^][v][top][bottom][index][help] */INCLUDED FROM1 2 #if defined(__arm__) 3 #include "arm/systrap.h" 4 #elif defined (__x86__) 5 #include "x86/systrap.h" 6 #elif defined (__ppc__) 7 #include "ppc/systrap.h" 8 #elif defined (__mips__) 9 #include "mips/systrap.h" 10 #elif defined (__sh__) 11 #include "sh/systrap.h" 12 #else 13 #error architecture not supported 14 #endif /* [<][>][^][v][top][bottom][index][help] */ | |||
Copyright© 2005-2009 Kohsuke Ohtani |