freebsd-dev/sys/dev/usb/usb_if.m

12 lines
150 B
Mathematica
Raw Normal View History

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