1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/sys/dev/usb/usb_if.m
1998-11-26 23:13:13 +00:00

12 lines
150 B
Objective-C

# USB interface description
#
INTERFACE usb;
# The device should start probing for new children again
#
METHOD int reconfigure {
device_t dev;
};