Changeset d1f8a87 in mainline for arch/ia32/include/mm/frame.h
- Timestamp:
- 2006-03-14T10:42:04Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 06e6805
- Parents:
- e74cb73
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/include/mm/frame.h
re74cb73 rd1f8a87 30 30 #define __ia32_FRAME_H__ 31 31 32 #include <arch/types.h>33 34 32 #define FRAME_WIDTH 12 /* 4K */ 35 33 #define FRAME_SIZE (1<<FRAME_WIDTH) 34 35 36 #ifdef KERNEL 37 #ifndef __ASM__ 38 39 #include <arch/types.h> 36 40 37 41 extern __address last_frame; … … 39 43 extern void frame_arch_init(void); 40 44 45 #endif /* __ASM__ */ 46 #endif /* KERNEL */ 47 41 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.