Changeset 0aa06cbe in mainline for kernel/genarch/include


Ignore:
Timestamp:
2018-03-06T20:48:12Z (8 years ago)
Author:
GitHub <noreply@…>
Parents:
fd57cf17 (diff), 0c793e2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-06 20:48:12)
git-committer:
GitHub <noreply@…> (2018-03-06 20:48:12)
Message:

Merge 0c793e2e9c4358a2bb2521d35eb36b273cf0283b into fd57cf17d12bbe3b41626a0b8708f075134a073e

Location:
kernel/genarch/include/genarch/multiboot
Files:
2 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/include/genarch/multiboot/multiboot.h

    rfd57cf17 r0aa06cbe  
    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.