diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-12-14 10:14:24 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-12-14 10:14:24 +0000 |
commit | 3ec2611d34aec117fec295ab55dbf62363a7a7a9 (patch) | |
tree | f61e2319cb864203d8d59dc06a502b1e7f54e070 /MdePkg/Include/Library | |
parent | d43eee260fdd3080c85a7d6860c19100d7e48e6b (diff) | |
download | edk2-platforms-3ec2611d34aec117fec295ab55dbf62363a7a7a9.tar.xz |
Merge R8->R9 tracker 5935 and 7080 to update runtime arch protocol to DxeCis 0.91. Update DxeCore and Runtime driver to follow new definitions.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2101 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library')
-rw-r--r-- | MdePkg/Include/Library/BaseLib.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/MdePkg/Include/Library/BaseLib.h b/MdePkg/Include/Library/BaseLib.h index 266df7733c..7f494f71b5 100644 --- a/MdePkg/Include/Library/BaseLib.h +++ b/MdePkg/Include/Library/BaseLib.h @@ -697,16 +697,6 @@ BcdToDecimal8 ( );
//
-// LIST_ENTRY definition
-//
-typedef struct _LIST_ENTRY LIST_ENTRY;
-
-struct _LIST_ENTRY {
- LIST_ENTRY *ForwardLink;
- LIST_ENTRY *BackLink;
-};
-
-//
// Linked List Functions and Macros
//
|