Export USBDriver definitions to normal location
USBDriver was not exporting its SWI (and other) definitions to the export directory like other modules do, meaning the host controller drivers all have to reach into this component to get their hands on it. Makefile: Export an assembler header, conversion to C, and SWI definitions from CMHG. Rationalise the dev/usb/h/* headers which are exported in addition to those that are pertinent to host controllers (was missing usbdivar, and was exporting unused usbdi_util). Export machine/h/bus too. As it's unusual for a CModule to output both a library and module and headers, the EXPDIR has been divided into EXPLIBDIR for those things in C:USB, and EXPDIR for the others. ehcimodule.c/ohcimodule.c: Use the exported USBDriver.h Version 0.98. Tagged as 'NetBSD-0_98'
Showing
build/Hdr/USBDriver
0 → 100644
build/h/USBDriver
deleted
100644 → 0
Please register or sign in to comment