CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/29 10:37:12
Modified files:
sys/dev/usb : xhci.c
Log message:
Don't nest a enum declaration inside a struct declaration, and anyway
since the enum isn't tied to the type (because want smaller storage)
is better to use #define
ok kettenis mglocker
