Changes in kernel/arch/amd64/include/mm/frame.h [40c8c17:c0699467] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/include/mm/frame.h
r40c8c17 rc0699467 43 43 #include <typedefs.h> 44 44 45 extern void frame_low_arch_init(void);46 extern void frame_ high_arch_init(void);45 extern uintptr_t last_frame; 46 extern void frame_arch_init(void); 47 47 extern void physmem_print(void); 48 48
Note:
See TracChangeset
for help on using the changeset viewer.