CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/06/04 06:28:21
Modified files:
sys/dev/usb : ehci.c ohci.c uhci.c
Log message:
Use C99 initializers for pipe and bus methods.
Apart from improving readability, this will help us reduce the number of
no-op functions now that some of them are optional.
ok ratchov@
