[BOOTMGFW]

Try to fix header.

svn path=/trunk/; revision=68993
This commit is contained in:
Alex Ionescu 2015-09-04 14:23:45 +00:00
parent 286f63072a
commit 1213038a54

View file

@ -9,6 +9,19 @@
#ifndef _BL_H
#define _BL_H
/* INCLUDES ******************************************************************/
/* C Headers */
#include <stdlib.h>
#include <stdio.h>
#include <wchar.h>
/* NT Base Headers */
#include <ntifs.h>
/* UEFI Headers */
#include <Uefi.h>
/* DATA STRUCTURES ***********************************************************/
typedef struct _BL_LIBRARY_PARAMETERS