grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / devs / USB / drivers / EHCI / ehci.conf
blob4e4350d9c915d1851038f7e560e0dff3247df913
1 ##begin config
2 basename        EHCI
3 version         0.1
4 libbasetype     struct ehcibase
5 classptr_field  sd.ehciClass
6 classdatatype   EHCIData
7 classid         CLID_Drv_USB_EHCI
8 superclass      CLID_Hidd_USBHub
9 copyright       Copyright (C) 2006-2007 by Michal Schulz
10 residentpri     -19
11 ##end config
13 ##begin cdefprivate
14 #include <usb/usb.h>
15 #include "ehci.h"
16 ##end cdefprivate
18 ##begin methodlist
19 .interface Root
20 New
21 Dispose
22 ##end methodlist