Changeset 99 for trunk/src/kernel32/devio.h
- Timestamp:
- Jun 10, 1999, 9:11:31 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/devio.h
r46 r99 1 /* $Id: devio.h,v 1.3 1999-06-10 19:11:30 phaller Exp $ */ 2 1 3 #ifndef __DEVIO_H__ 2 4 #define __DEVIO_H__ … … 36 38 37 39 typedef struct _GENPORT_WRITE_INPUT { 38 ULONG PortNumber; 39 union { 40 ULONG PortNumber; 41 union { 40 42 ULONG LongData; 41 43 USHORT ShortData; … … 89 91 typedef struct 90 92 { 91 INTERFACE_TYPE InterfaceType; 92 ULONG BusNumber; 93 PHYSICAL_ADDRESS BusAddress; 94 ULONG AddressSpace; 95 ULONG Length; 93 INTERFACE_TYPE InterfaceType; 94 ULONG BusNumber; 95 PHYSICAL_ADDRESS BusAddress; 96 ULONG AddressSpace; 97 ULONG Length; 96 98 97 99 } PHYSICAL_MEMORY_INFO, *PPHYSICAL_MEMORY_INFO; … … 99 101 typedef struct _MapDevRequest 100 102 { 101 DWORD mdr_ServiceID; 102 LPVOID mdr_PhysicalAddress; 103 DWORD mdr_SizeInBytes; 104 LPVOID mdr_LinearAddress; 105 WORD mdr_Selector; 106 WORD mdr_Status; 103 DWORD mdr_ServiceID; 104 LPVOID mdr_PhysicalAddress; 105 DWORD mdr_SizeInBytes; 106 LPVOID mdr_LinearAddress; 107 WORD mdr_Selector; 108 WORD mdr_Status; 107 109 } MAPDEVREQUEST, *PMAPDEVREQUEST; 108 110
Note:
See TracChangeset
for help on using the changeset viewer.