Changes in kernel/arch/amd64/include/mm/frame.h [7a0359b:d99c1d2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/include/mm/frame.h
r7a0359b rd99c1d2 36 36 #define KERN_amd64_FRAME_H_ 37 37 38 #ifndef __ASM__ 39 #include <typedefs.h> 40 #endif /* __ASM__ */ 41 38 42 #define FRAME_WIDTH 12 /* 4K */ 39 43 #define FRAME_SIZE (1 << FRAME_WIDTH) 40 44 41 #ifdef KERNEL42 45 #ifndef __ASM__ 43 44 #include <typedefs.h>45 46 46 extern uintptr_t last_frame; 47 47 extern void frame_arch_init(void); 48 48 extern void physmem_print(void); 49 50 49 #endif /* __ASM__ */ 51 #endif /* KERNEL */52 50 53 51 #endif
Note:
See TracChangeset
for help on using the changeset viewer.