mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
removed duplicate type definition
svn path=/trunk/; revision=3601
This commit is contained in:
parent
3d254b8d29
commit
5073fe8a33
1 changed files with 0 additions and 9 deletions
|
@ -96,15 +96,6 @@ typedef struct _DMA_CONFIGURATION_BYTE1
|
|||
} DMA_CONFIGURATION_BYTE1;
|
||||
|
||||
|
||||
typedef struct _CM_MCA_POS_DATA
|
||||
{
|
||||
USHORT AdapterId;
|
||||
UCHAR PosData1;
|
||||
UCHAR PosData2;
|
||||
UCHAR PosData3;
|
||||
UCHAR PosData4;
|
||||
} CM_MCA_POS_DATA, *PCM_MCA_POS_DATA;
|
||||
|
||||
typedef struct _EISA_MEMORY_TYPE
|
||||
{
|
||||
UCHAR ReadWrite:1;
|
||||
|
|
Loading…
Reference in a new issue