diff options
Diffstat (limited to 'IntelFrameworkModulePkg/Universal/DriverSampleDxe/NVDataStruc.h')
-rw-r--r-- | IntelFrameworkModulePkg/Universal/DriverSampleDxe/NVDataStruc.h | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/IntelFrameworkModulePkg/Universal/DriverSampleDxe/NVDataStruc.h b/IntelFrameworkModulePkg/Universal/DriverSampleDxe/NVDataStruc.h index 5b51e946e1..37005ad995 100644 --- a/IntelFrameworkModulePkg/Universal/DriverSampleDxe/NVDataStruc.h +++ b/IntelFrameworkModulePkg/Universal/DriverSampleDxe/NVDataStruc.h @@ -1,20 +1,20 @@ /*++
-Copyright (c) 2006, 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.
+Copyright (c) 2006, 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
-
+ NVDataStruc.h
+
Abstract:
-
+
NVData structure used by the sample driver
Revision History:
@@ -24,10 +24,6 @@ Revision History: #ifndef _NVDATASTRUC_H
#define _NVDATASTRUC_H
-//
-// Include common header file for this module.
-//
-#include "CommonHeader.h"
#define FORMSET_GUID \
{ \
|