Changeset 5af6cf3d in mainline for kernel/genarch


Ignore:
Timestamp:
2018-03-05T15:55:34Z (8 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Children:
db3c8834
Parents:
d5e5fd1
Message:

todo

Location:
kernel/genarch
Files:
2 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/Makefile.inc

    rd5e5fd1 r5af6cf3d  
    173173        genarch/src/multiboot/multiboot2.c
    174174GENARCH_AUTOGENS_AG += \
    175         genarch/include/genarch/multiboot/multiboot_memmap_struct.ag \
    176         genarch/include/genarch/multiboot/multiboot_info_struct.ag
     175        genarch/include/genarch/multiboot/multiboot_memmap_struct.ag.h \
     176        genarch/include/genarch/multiboot/multiboot_info_struct.ag.h
    177177endif
    178178
  • kernel/genarch/include/genarch/multiboot/multiboot.h

    rd5e5fd1 r5af6cf3d  
    3636#define KERN_MULTIBOOT_H_
    3737
    38 #include <genarch/multiboot/multiboot_memmap_struct.h>
    39 #include <genarch/multiboot/multiboot_info_struct.h>
    4038
    4139#define MULTIBOOT_HEADER_MAGIC  0x1badb002
     
    5250#define MULTIBOOT_INFO_FLAGS_MMAP       0x40
    5351
    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>
    5561
    5662#include <typedefs.h>
Note: See TracChangeset for help on using the changeset viewer.