CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2013/04/16 08:55:23
Modified files: sys/arch/loongson/dev: ohci_voyager.c sys/arch/arm/xscale: pxa27x_udc.c pxa2x0_ohci.c Log message: Get rid of various 'typedef struct' definitions and use plain structure definitions instead. We don't change usb.h for now to stay compatible with userland. missed bits from previous change; ok mpi