Ignore:
File:
1 edited

Legend:

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

    rc0699467 r598f90e  
    3535#define KERN_arm32_ISTATE_H_
    3636
    37 #include <trace.h>
     37#include <arch/regutils.h>
    3838
    3939#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
    4846
    4947/** Struct representing CPU state saved when an exception occurs. */
Note: See TracChangeset for help on using the changeset viewer.