summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/DriverSampleDxe/NVDataStruc.h
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2010-02-28 23:56:57 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2010-02-28 23:56:57 +0000
commit96a65fc85a3b7ebe6bd981db3c92f425cb6b9c46 (patch)
tree956c7b08e4a4d6e41410515eb441e40c4c83b3b8 /MdeModulePkg/Universal/DriverSampleDxe/NVDataStruc.h
parent2bf0d83532cd830560fd6a7e9ac0409b08f1e7e7 (diff)
downloadedk2-96a65fc85a3b7ebe6bd981db3c92f425cb6b9c46.tar.gz
edk2-96a65fc85a3b7ebe6bd981db3c92f425cb6b9c46.tar.bz2
edk2-96a65fc85a3b7ebe6bd981db3c92f425cb6b9c46.zip
Add FormMap form example.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10125 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/DriverSampleDxe/NVDataStruc.h')
-rw-r--r--MdeModulePkg/Universal/DriverSampleDxe/NVDataStruc.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/DriverSampleDxe/NVDataStruc.h b/MdeModulePkg/Universal/DriverSampleDxe/NVDataStruc.h
index 648b6dba91..40231bef47 100644
--- a/MdeModulePkg/Universal/DriverSampleDxe/NVDataStruc.h
+++ b/MdeModulePkg/Universal/DriverSampleDxe/NVDataStruc.h
@@ -1,6 +1,6 @@
/** @file
-Copyright (c) 2007 - 2009, Intel Corporation
+Copyright (c) 2007 - 2010, 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
@@ -26,6 +26,7 @@ Revision History:
#define _NVDATASTRUC_H_
#include <Guid/HiiPlatformSetupFormset.h>
+#include <Guid/HiiFormMapMethodGuid.h>
#define FORMSET_GUID \
{ \
@@ -66,6 +67,10 @@ typedef struct {
UINT8 NameValueVar0;
UINT16 NameValueVar1;
UINT16 NameValueVar2[20];
+ UINT8 SerialPortNo;
+ UINT8 SerialPortStatus;
+ UINT16 SerialPortIo;
+ UINT8 SerialPortIrq;
} DRIVER_SAMPLE_CONFIGURATION;
//