xref: /reactos/sdk/lib/drivers/wdf/usbspec.h (revision 2b933529)
1 /*
2  * PROJECT:     Kernel Mode Device Framework
3  * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4  * PURPOSE:     Missing headers (usbspec.h)
5  * COPYRIGHT:   2020 Victor Perevertkin (victor.perevertkin@reactos.org)
6  */
7 
8 #ifndef   __USBSPEC_H__
9 #define   __USBSPEC_H__
10 
11 #include <usb100.h>
12 #include <usb200.h>
13 
14 #endif
15