Changeset ddcc8a0 in mainline for kernel/arch/abs32le
- Timestamp:
- 2011-11-10T23:09:13Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 95e882d
- Parents:
- ec1c8e6
- Location:
- kernel/arch/abs32le
- Files:
-
- 2 edited
-
include/mm/frame.h (modified) (1 diff)
-
src/mm/frame.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/abs32le/include/mm/frame.h
rec1c8e6 rddcc8a0 41 41 #include <typedefs.h> 42 42 43 extern void frame_arch_init(void); 43 extern void frame_low_arch_init(void); 44 extern void frame_high_arch_init(void); 44 45 extern void physmem_print(void); 45 46 -
kernel/arch/abs32le/src/mm/frame.c
rec1c8e6 rddcc8a0 50 50 51 51 52 void frame_arch_init(void) 52 void frame_low_arch_init(void) 53 { 54 } 55 56 void frame_high_arch_init(void) 53 57 { 54 58 }
Note:
See TracChangeset
for help on using the changeset viewer.
