Francois Gouget <[EMAIL PROTECTED]> writes:

> +typedef enum _BUS_DATA_TYPE
> +{
> +    ConfigurationSpaceUndefined = -1,
> +    Cmos,
> +    EisaConfiguration,
> +    Pos,
> +    CbusConfiguration,
> +    PCIConfiguration,
> +    VMEConfiguration,
> +    NuBusConfiguration,
> +    PCMCIAConfiguration,
> +    MPIConfiguration,
> +    MPSAConfiguration,
> +    PNPISAConfiguration,
> +    MaximumBusDataType
> +} BUS_DATA_TYPE, *PBUS_DATA_TYPE;

Shouldn't that stuff go into a public header?

-- 
Alexandre Julliard
[EMAIL PROTECTED]


Reply via email to