Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/include/istate.h

    rc0699467 r598f90e  
    3636#define KERN_mips32_ISTATE_H_
    3737
    38 #include <trace.h>
     38#include <arch/cp0.h>
    3939
    4040#ifdef KERNEL
    41 
    42 #include <arch/cp0.h>
    43 
    44 #else /* KERNEL */
    45 
    46 #include <libarch/cp0.h>
    47 
    48 #endif /* KERNEL */
     41#include <typedefs.h>
     42#include <trace.h>
     43#else
     44#include <sys/types.h>
     45#define NO_TRACE
     46#endif
    4947
    5048typedef struct istate {
Note: See TracChangeset for help on using the changeset viewer.