ReactOS 0.4.15-dev-7834-g00c4b3d
usbspec.h
Go to the documentation of this file.
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