Changes in kernel/arch/mips32/include/mm/frame.h [c0699467:e49e234] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/mm/frame.h
rc0699467 re49e234 39 39 #define FRAME_SIZE (1 << FRAME_WIDTH) 40 40 41 #ifdef KERNEL 41 42 #ifndef __ASM__ 43 44 #include <typedefs.h> 42 45 43 46 extern void frame_arch_init(void); … … 45 48 46 49 #endif /* __ASM__ */ 50 #endif /* KERNEL */ 47 51 48 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.