Updated INTERFACE_TYPE

svn path=/trunk/; revision=1050
This commit is contained in:
Eric Kohl 2000-03-12 01:22:37 +00:00
parent afa23cb264
commit d9a0a586a8
2 changed files with 16 additions and 7 deletions

View file

@ -159,15 +159,27 @@ enum
/* /*
* PURPOSE: Bus types * PURPOSE: Bus types
*/ */
enum typedef enum _INTERFACE_TYPE
{ {
InterfaceTypeUndefined = -1,
Internal, Internal,
Isa, Isa,
Eisa,
MicroChannel, MicroChannel,
TurboChannel, TurboChannel,
PCIBus, PCIBus,
MaximumInterfaceType, VMEBus,
}; NuBus,
PCMCIABus,
CBus,
MPIBus,
MPSABus,
ProcessorInternal,
InternalPowerBus,
PNPISABus,
MaximumInterfaceType
} INTERFACE_TYPE, *PINTERFACE_TYPE;
/* /*
* FIXME: These are not in the correct order * FIXME: These are not in the correct order

View file

@ -1,4 +1,4 @@
/* $Id: iotypes.h,v 1.12 2000/03/06 01:02:30 ea Exp $ /* $Id: iotypes.h,v 1.13 2000/03/12 01:22:37 ekohl Exp $
* *
*/ */
@ -31,9 +31,6 @@ typedef enum _CREATE_FILE_TYPE
} CREATE_FILE_TYPE; } CREATE_FILE_TYPE;
typedef ULONG INTERFACE_TYPE;
typedef INTERFACE_TYPE* PINTERFACE_TYPE;
/* /*
* FIXME: Definition needed * FIXME: Definition needed
*/ */