/* * PROJECT: Kernel Mode Device Framework * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) * PURPOSE: Missing headers (usbspec.h) * COPYRIGHT: 2020 Victor Perevertkin (victor.perevertkin@reactos.org) */ #ifndef __USBSPEC_H__ #define __USBSPEC_H__ #include #include #endif