[USBAUDIO]
[reactos.git] / reactos / drivers / usb / usbaudio / guid.c
1 /* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
2
3 //#include <wdm.h>
4 #include <initguid.h>
5 #include <portcls.h>
6 #include <wdmguid.h>
7 #include <ksmedia.h>
8 #include <hubbusif.h>
9 #include <usbbusif.h>
10
11 /* FIXME */
12 DEFINE_GUID(KSNAME_Filter, 0x9b365890L, 0x165f, 0x11d0, 0xa1, 0x95, 0x00, 0x20, 0xaf, 0xd1, 0x56, 0xe4);
13
14 /* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */