1 | #ifndef _DEVGUID_H
|
---|
2 | #define _DEVGUID_H
|
---|
3 | #if __GNUC__ >=3
|
---|
4 | #pragma GCC system_header
|
---|
5 | #endif
|
---|
6 |
|
---|
7 | #ifdef __cplusplus
|
---|
8 | extern "C" {
|
---|
9 | #endif
|
---|
10 |
|
---|
11 | extern const GUID GUID_DEVCLASS_WCEUSBS;
|
---|
12 | extern const GUID GUID_DEVCLASS_USB;
|
---|
13 | extern const GUID GUID_DEVCLASS_PNPPRINTERS;
|
---|
14 | extern const GUID GUID_DEVCLASS_DOT4;
|
---|
15 | extern const GUID GUID_DEVCLASS_DOT4PRINT;
|
---|
16 | extern const GUID GUID_DEVCLASS_CDROM;
|
---|
17 | extern const GUID GUID_DEVCLASS_COMPUTER;
|
---|
18 | extern const GUID GUID_DEVCLASS_DISKDRIVE;
|
---|
19 | extern const GUID GUID_DEVCLASS_DISPLAY;
|
---|
20 | extern const GUID GUID_DEVCLASS_FDC;
|
---|
21 | extern const GUID GUID_DEVCLASS_HDC;
|
---|
22 | extern const GUID GUID_DEVCLASS_KEYBOARD;
|
---|
23 | extern const GUID GUID_DEVCLASS_MEDIA;
|
---|
24 | extern const GUID GUID_DEVCLASS_MODEM;
|
---|
25 | extern const GUID GUID_DEVCLASS_MONITOR;
|
---|
26 | extern const GUID GUID_DEVCLASS_MOUSE;
|
---|
27 | extern const GUID GUID_DEVCLASS_MTD;
|
---|
28 | extern const GUID GUID_DEVCLASS_MULTIFUNCTION;
|
---|
29 | extern const GUID GUID_DEVCLASS_NET;
|
---|
30 | extern const GUID GUID_DEVCLASS_NETCLIENT;
|
---|
31 | extern const GUID GUID_DEVCLASS_NETSERVICE;
|
---|
32 | extern const GUID GUID_DEVCLASS_NETTRANS;
|
---|
33 | extern const GUID GUID_DEVCLASS_PCMCIA;
|
---|
34 | extern const GUID GUID_DEVCLASS_PORTS;
|
---|
35 | extern const GUID GUID_DEVCLASS_PRINTER;
|
---|
36 | extern const GUID GUID_DEVCLASS_SCSIADAPTER;
|
---|
37 | extern const GUID GUID_DEVCLASS_SYSTEM;
|
---|
38 | extern const GUID GUID_DEVCLASS_UNKNOWN;
|
---|
39 | extern const GUID GUID_DEVCLASS_FLOPPYDISK;
|
---|
40 | extern const GUID GUID_DEVCLASS_PROCESSOR;
|
---|
41 | extern const GUID GUID_DEVCLASS_MULTIPORTSERIAL;
|
---|
42 | extern const GUID GUID_DEVCLASS_SMARTCARDREADER;
|
---|
43 | extern const GUID GUID_DEVCLASS_VOLUMESNAPSHOT;
|
---|
44 | extern const GUID GUID_DEVCLASS_1394DEBUG;
|
---|
45 | extern const GUID GUID_DEVCLASS_1394;
|
---|
46 | extern const GUID GUID_DEVCLASS_INFRARED;
|
---|
47 | extern const GUID GUID_DEVCLASS_IMAGE;
|
---|
48 | extern const GUID GUID_DEVCLASS_TAPEDRIVE;
|
---|
49 | extern const GUID GUID_DEVCLASS_VOLUME;
|
---|
50 | extern const GUID GUID_DEVCLASS_BATTERY;
|
---|
51 | extern const GUID GUID_DEVCLASS_HIDCLASS;
|
---|
52 | extern const GUID GUID_DEVCLASS_61883;
|
---|
53 | extern const GUID GUID_DEVCLASS_LEGACYDRIVER;
|
---|
54 | extern const GUID GUID_DEVCLASS_SDHOST;
|
---|
55 | extern const GUID GUID_DEVCLASS_AVC;
|
---|
56 | extern const GUID GUID_DEVCLASS_ENUM1394;
|
---|
57 | extern const GUID GUID_DEVCLASS_MEDIUMCHANGER;
|
---|
58 | extern const GUID GUID_DEVCLASS_NTAPM;
|
---|
59 | extern const GUID GUID_DEVCLASS_SBP2;
|
---|
60 | extern const GUID GUID_DEVCLASS_BLUETOOTH;
|
---|
61 | extern const GUID GUID_DEVCLASS_PROBES;
|
---|
62 | #ifdef __cplusplus
|
---|
63 | }
|
---|
64 | #endif
|
---|
65 | #endif /* _DEVGUID_H */
|
---|