mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +00:00
written header usbkern.h
svn path=/trunk/; revision=24803
This commit is contained in:
parent
4959cbb837
commit
7635779c5e
1 changed files with 18 additions and 0 deletions
18
reactos/include/ddk/usbkern.h
Normal file
18
reactos/include/ddk/usbkern.h
Normal file
|
@ -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
|
||||
|
||||
|
Loading…
Reference in a new issue