Add back the #ifndef XXX #define XXX for header file.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2739 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2007-06-26 01:49:34 +00:00
parent abc341d1f0
commit 39da673080
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,9 @@
**/
#ifndef _DISK_IO_H_
#define _DISK_IO_H_
#include <Uefi.h>
#include <Protocol/BlockIo.h>
#include <Protocol/ComponentName.h>
@ -118,3 +121,4 @@ DiskIoComponentNameGetControllerName (
OUT CHAR16 **ControllerName
);
#endif