Changes in kernel/arch/mips64/include/istate.h [c0699467:2429e4a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips64/include/istate.h
rc0699467 r2429e4a 36 36 #define KERN_mips64_ISTATE_H_ 37 37 38 #include < trace.h>38 #include <arch/cp0.h> 39 39 40 40 #ifdef KERNEL 41 41 42 #include <arch/cp0.h> 42 #include <typedefs.h> 43 #include <trace.h> 43 44 44 #else /* KERNEL */45 #else 45 46 46 #include <libarch/cp0.h> 47 #include <sys/types.h> 48 #define NO_TRACE 47 49 48 #endif /* KERNEL */50 #endif 49 51 50 52 typedef struct istate {
Note:
See TracChangeset
for help on using the changeset viewer.