bond/OScript/grub.h
2014-09-12 03:06:54 -04:00

9 lines
138 B
C

#ifndef _grub_h_
#define _grub_h_
#include "type.h"
typedef struct
{
UINT32 type;
UINT32 size;
} MULTIBOOT_TAG, *PMULTIBOOT_TAG;
#endif