Changeset 53ad43c in mainline for kernel/genarch
- Timestamp:
- 2018-03-08T18:54:30Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ef16903
- Parents:
- e0a4686
- Location:
- kernel/genarch/include/genarch/multiboot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/genarch/multiboot/multiboot.h
re0a4686 r53ad43c 52 52 #define MULTIBOOT_INFO_FLAGS_MMAP 0x40 53 53 54 #ifndef __AS M__54 #ifndef __ASSEMBLER__ 55 55 56 56 #include <typedefs.h> … … 77 77 extern void multiboot_info_parse(uint32_t, const multiboot_info_t *); 78 78 79 #endif /* __AS M__ */79 #endif /* __ASSEMBLER__ */ 80 80 81 81 #endif -
kernel/genarch/include/genarch/multiboot/multiboot2.h
re0a4686 r53ad43c 61 61 #define MULTIBOOT2_VISUAL_EGA 2 62 62 63 #ifndef __AS M__63 #ifndef __ASSEMBLER__ 64 64 65 65 #include <typedefs.h> … … 153 153 extern void multiboot2_info_parse(uint32_t, const multiboot2_info_t *); 154 154 155 #endif /* __AS M__ */155 #endif /* __ASSEMBLER__ */ 156 156 157 157 #endif
Note:
See TracChangeset
for help on using the changeset viewer.