bond/OScript/grub.h

9 lines
138 B
C
Raw Normal View History

2014-09-12 07:06:54 +00:00
#ifndef _grub_h_
#define _grub_h_
#include "type.h"
typedef struct
{
UINT32 type;
UINT32 size;
} MULTIBOOT_TAG, *PMULTIBOOT_TAG;
#endif