reactos/sdk/include/ddk/usbdrivr.h
Amine Khaldi 0ee830d7a4 * Create a branch for USB experiments.
svn path=/branches/usb-experiments/; revision=72629
2016-09-09 15:11:19 +00:00

9 lines
146 B
C

#pragma once
#define USB_KERNEL_IOCTL
#include "usbioctl.h"
#undef USB_KERNEL_IOCTL
#include "usb.h"
#include "usbdlib.h"
#include "usbbusif.h"