diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-28 02:38:21 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-28 02:38:21 +0000 |
commit | ee65068c623f76107566a0101fa5fec329008baf (patch) | |
tree | 2fc63349b0d3f463604846a9e3e7e84241219679 /IntelFrameworkPkg/Include/Common/FrameworkLegacy16.h | |
parent | e5ac979a8b86bedf6d0ca74806c0cbfd6feebb20 (diff) | |
download | edk2-platforms-ee65068c623f76107566a0101fa5fec329008baf.tar.xz |
1. Add Protocol/StatusCode.h reference in FrameworkDxeCis.h
2. Add SERIAL_MODE and PARALLEL_MODE in FrameworkLegacy16.h
3. Add file FrameworkStatusCodeDataTypeId.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2822 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Common/FrameworkLegacy16.h')
-rw-r--r-- | IntelFrameworkPkg/Include/Common/FrameworkLegacy16.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/Include/Common/FrameworkLegacy16.h b/IntelFrameworkPkg/Include/Common/FrameworkLegacy16.h index ff7f2c016f..fc1eab8b0b 100644 --- a/IntelFrameworkPkg/Include/Common/FrameworkLegacy16.h +++ b/IntelFrameworkPkg/Include/Common/FrameworkLegacy16.h @@ -109,6 +109,9 @@ typedef struct { // EFI_TO_COMPATIBILITY16_BOOT_TABLE
///////////////////////////////////////////////////////////////////////////////
+typedef UINT8 SERIAL_MODE;
+typedef UINT8 PARALLEL_MODE;
+
//
// DEVICE_PRODUCER_SERIAL & its modes
//
|