mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
written header usbkern.h
svn path=/trunk/; revision=24803
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
|
||||
#ifndef __USBKERN_H__
|
||||
#define __USBKERN_H__
|
||||
|
||||
#include "usbiodef.h"
|
||||
|
||||
#define IOCTL_INTERNAL_USB_GET_HUB_COUNT \
|
||||
USB_KERNEL_CTL(USB_GET_HUB_COUNT)
|
||||
|
||||
#define IOCTL_INTERNAL_USB_GET_ROOTHUB_PDO \
|
||||
USB_KERNEL_CTL(USB_GET_ROOTHUB_PDO)
|
||||
|
||||
#define IOCTL_INTERNAL_USB_GET_DEVICE_HANDLE \
|
||||
CTL_CODE(FILE_DEVICE_USB, USB_GET_DEVICE_HANDLE, METHOD_NEITHER, FILE_ANY_ACCESS)
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user