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