From dc9624aa5585b52abb5cd3456c3f6bdf55f45836 Mon Sep 17 00:00:00 2001 From: gikidy Date: Mon, 14 Dec 2009 01:51:42 +0000 Subject: Remove Driver Health sample driver from OptionRomPkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9558 6f19259b-4bc3-4df7-8a09-765794883524 --- OptionRomPkg/DriverHealthDxe/NVDataStruc.h | 35 ------------------------------ 1 file changed, 35 deletions(-) delete mode 100644 OptionRomPkg/DriverHealthDxe/NVDataStruc.h (limited to 'OptionRomPkg/DriverHealthDxe/NVDataStruc.h') diff --git a/OptionRomPkg/DriverHealthDxe/NVDataStruc.h b/OptionRomPkg/DriverHealthDxe/NVDataStruc.h deleted file mode 100644 index 439fd68de5..0000000000 --- a/OptionRomPkg/DriverHealthDxe/NVDataStruc.h +++ /dev/null @@ -1,35 +0,0 @@ -/*++ - -Copyright (c) 2006 - 2009, Intel Corporation -All rights reserved. This program and the accompanying materials -are licensed and made available under the terms and conditions of the BSD License -which accompanies this distribution. The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - -Module Name: - - NVDataStruc.h - -Abstract: - - NVData structure used by the sample driver - -Revision History: - ---*/ - -#ifndef _NVDATASTRUC_H -#define _NVDATASTRUC_H - -#define EFI_CALLER_ID_GUID {0xD1D9694C, 0x90B4, 0x46a7, {0x87, 0x53, 0x60, 0x41, 0x3C, 0xEF, 0xE0, 0xA1}} - -#pragma pack(1) -typedef struct { - UINT8 ConfigGood; -} DISK_IO_NV_DATA; -#pragma pack() - -#endif -- cgit v1.2.3