Author: greatlrd Date: Wed Nov 22 23:38:40 2006 New Revision: 24803
URL: http://svn.reactos.org/svn/reactos?rev=24803&view=rev Log: written header usbkern.h
Added: trunk/reactos/include/ddk/usbkern.h (with props)
Added: trunk/reactos/include/ddk/usbkern.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/usbkern.h?rev=2... ============================================================================== --- trunk/reactos/include/ddk/usbkern.h (added) +++ trunk/reactos/include/ddk/usbkern.h Wed Nov 22 23:38:40 2006 @@ -1,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 + +
Propchange: trunk/reactos/include/ddk/usbkern.h ------------------------------------------------------------------------------ svn:eol-style = native