Changeset 5af6cf3d in mainline for kernel/genarch/include/genarch/multiboot/multiboot.h
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/genarch/multiboot/multiboot.h
rd5e5fd1 r5af6cf3d 36 36 #define KERN_MULTIBOOT_H_ 37 37 38 #include <genarch/multiboot/multiboot_memmap_struct.h>39 #include <genarch/multiboot/multiboot_info_struct.h>40 38 41 39 #define MULTIBOOT_HEADER_MAGIC 0x1badb002 … … 52 50 #define MULTIBOOT_INFO_FLAGS_MMAP 0x40 53 51 54 #ifndef __ASM__ 52 #ifdef __ASM__ 53 54 #include <genarch/multiboot/multiboot_memmap_struct.ag.h> 55 #include <genarch/multiboot/multiboot_info_struct.ag.h> 56 57 #else 58 59 #include <genarch/multiboot/multiboot_memmap_struct.h> 60 #include <genarch/multiboot/multiboot_info_struct.h> 55 61 56 62 #include <typedefs.h>
Note:
See TracChangeset
for help on using the changeset viewer.