Changeset a943106 in mainline for uspace/lib/usbvirt/include/usbvirt/ipc.h
- Timestamp:
- 2011-05-06T14:34:10Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- dc06caa
- Parents:
- 42d47f8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbvirt/include/usbvirt/ipc.h
r42d47f8 ra943106 1 1 /* 2 * Copyright (c) 201 0Vojtech Horky2 * Copyright (c) 2011 Vojtech Horky 3 3 * All rights reserved. 4 4 * … … 31 31 */ 32 32 /** @file 33 * @brief Virtual USB device.33 * IPC wrappers for virtual USB. 34 34 */ 35 35 #ifndef LIBUSBVIRT_IPC_H_ … … 40 40 #include <bool.h> 41 41 42 /** IPC methods communication between host controller and virtual device. */ 42 43 typedef enum { 43 44 IPC_M_USBVIRT_GET_NAME = IPC_FIRST_USER_METHOD + 80, … … 46 47 IPC_M_USBVIRT_INTERRUPT_IN, 47 48 IPC_M_USBVIRT_INTERRUPT_OUT 48 } usbvirt_ ipc_t;49 } usbvirt_hc_to_device_method_t; 49 50 50 51 int usbvirt_ipc_send_control_read(int, usb_endpoint_t, void *, size_t,
Note: See TracChangeset
for help on using the changeset viewer.