From 96a65fc85a3b7ebe6bd981db3c92f425cb6b9c46 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Sun, 28 Feb 2010 23:56:57 +0000 Subject: Add FormMap form example. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10125 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/DriverSampleDxe/NVDataStruc.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'MdeModulePkg/Universal/DriverSampleDxe/NVDataStruc.h') 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 +#include #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; // -- cgit v1.2.3