5b0ec61f97
* Rewrote both headers on the way. * The usb module now exports both, the v2 and v3 module_info. * Changed the internals of the USB Stack to give out usb_ids instead of opaque handles to internal classes. * Cleaned up some more of the Stack by moving members into other classes and removing unused stuff. * Updated the usb_raw driver from v2 to v3 API. Since both usb_hid (which still uses the v2 API) and usb_raw (which now uses the v3 API) work, I'd call it a success ;-) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18539 a95241bf-73f2-0310-859d-f6bbb57e9c96
9 lines
169 B
C
9 lines
169 B
C
/*
|
|
* This file is here for compatibility reasons.
|
|
*
|
|
* You should include USB2.h or USB3.h depending on which API version you
|
|
* intend to use.
|
|
*/
|
|
|
|
#include <USB2.h>
|