Ignore:
Timestamp:
2016-05-22T19:19:43Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b272c67a
Parents:
153c7a29 (diff), af2254ec (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.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/include/arch/boot/memmap.h

    r153c7a29 r0dc2fec  
    3636#define KERN_ia32_MEMMAP_H_
    3737
     38#include <arch/boot/memmap_struct.h>
     39
    3840/* E820h memory range types */
    3941
     
    6365#include <typedefs.h>
    6466
    65 typedef struct {
    66         uint64_t base_address;
    67         uint64_t size;
    68         uint32_t type;
    69 } __attribute__ ((packed)) e820memmap_t;
    70 
    7167extern e820memmap_t e820table[MEMMAP_E820_MAX_RECORDS];
    7268extern uint8_t e820counter;
Note: See TracChangeset for help on using the changeset viewer.