Changeset 95498e5 in mainline for arch/amd64/include/mm/frame.h
- Timestamp:
- 2005-12-05T23:18:18Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 59b6a70
- Parents:
- eef75f6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/mm/frame.h
reef75f6 r95498e5 30 30 #define __amd64_FRAME_H__ 31 31 32 #ifndef __ASM__ 33 #include <arch/types.h> 34 #endif /* __ASM__ */ 35 32 36 #define FRAME_SIZE 4096 33 37 34 38 #ifndef __ASM__ 39 extern __address last_frame; 35 40 extern void frame_arch_init(void); 36 #endif 41 #endif /* __ASM__ */ 37 42 38 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.