Ignore:
Timestamp:
Jun 10, 1999, 9:11:31 PM (26 years ago)
Author:
phaller
Message:

Add: added cvs variable $Id$ to source files.

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
    13#ifndef __DEVIO_H__
    24#define __DEVIO_H__
     
    3638
    3739typedef struct  _GENPORT_WRITE_INPUT {
    38     ULONG   PortNumber;     
    39     union   {               
     40    ULONG   PortNumber;
     41    union   {
    4042        ULONG   LongData;
    4143        USHORT  ShortData;
     
    8991typedef struct
    9092{
    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;
    9698
    9799} PHYSICAL_MEMORY_INFO, *PPHYSICAL_MEMORY_INFO;
     
    99101typedef struct _MapDevRequest
    100102{
    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;
    107109} MAPDEVREQUEST, *PMAPDEVREQUEST;
    108110
Note: See TracChangeset for help on using the changeset viewer.