Changeset d99c1d2 in mainline for kernel/arch/amd64/include/mm
- Timestamp:
- 2010-03-23T14:41:06Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1b1164e8
- Parents:
- 7c682dd1
- Location:
- kernel/arch/amd64/include/mm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/include/mm/frame.h
r7c682dd1 rd99c1d2 37 37 38 38 #ifndef __ASM__ 39 #include < arch/types.h>39 #include <typedefs.h> 40 40 #endif /* __ASM__ */ 41 41 -
kernel/arch/amd64/include/mm/page.h
r7c682dd1 rd99c1d2 57 57 #ifndef __ASM__ 58 58 # include <mm/mm.h> 59 # include < arch/types.h>59 # include <typedefs.h> 60 60 # include <arch/interrupt.h> 61 61
Note:
See TracChangeset
for help on using the changeset viewer.