Mercurial > games > semicongine
comparison fuhtark_test/include/ddk/usbkern.h @ 1500:91c8c3b7cbf0
add: futhark tests for generating vulkan api
| author | sam <sam@basx.dev> |
|---|---|
| date | Wed, 26 Nov 2025 21:36:48 +0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1499:1f58458b7ef7 | 1500:91c8c3b7cbf0 |
|---|---|
| 1 | |
| 2 #ifndef __USBKERN_H__ | |
| 3 #define __USBKERN_H__ | |
| 4 | |
| 5 #include "usbiodef.h" | |
| 6 | |
| 7 #define IOCTL_INTERNAL_USB_GET_HUB_COUNT USB_KERNEL_CTL(USB_GET_HUB_COUNT) | |
| 8 #define IOCTL_INTERNAL_USB_GET_ROOTHUB_PDO USB_KERNEL_CTL(USB_GET_ROOTHUB_PDO) | |
| 9 | |
| 10 #define IOCTL_INTERNAL_USB_GET_DEVICE_HANDLE \ | |
| 11 CTL_CODE(FILE_DEVICE_USB, USB_GET_DEVICE_HANDLE, METHOD_NEITHER, FILE_ANY_ACCESS) | |
| 12 | |
| 13 #endif | |
| 14 | |
| 15 |
