Changes in kernel/arch/arm32/include/istate.h [c0699467:598f90e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/include/istate.h
rc0699467 r598f90e 35 35 #define KERN_arm32_ISTATE_H_ 36 36 37 #include < trace.h>37 #include <arch/regutils.h> 38 38 39 39 #ifdef KERNEL 40 41 #include <arch/regutils.h> 42 43 #else /* KERNEL */ 44 45 #include <libarch/regutils.h> 46 47 #endif /* KERNEL */ 40 #include <typedefs.h> 41 #include <trace.h> 42 #else 43 #include <sys/types.h> 44 #define NO_TRACE 45 #endif 48 46 49 47 /** Struct representing CPU state saved when an exception occurs. */
Note:
See TracChangeset
for help on using the changeset viewer.