make sure the arm implementation struct is aligned
[AROS.git] / arch / arm-native / soc / broadcom / 283x / usb / usb2otg / usb2otg.conf
blobb30ea358859ec26c025ca5e83de44676320353cf
1 ##begin config
2 version 1.10
3 libbase USB2OTGBase
4 libbasetype struct USB2OTGDevice
5 libbasetypeextern struct Device
6 residentpri 48
7 basename usb2otg
8 beginio_func USB2OTG__Dev__BeginIO
9 abortio_func USB2OTG__Dev__AbortIO
10 ##end config
11 ##begin cdef
12 #include <devices/usbhardware.h>
13 ##end cdef
14 ##begin cdefprivate
15 #include "usb2otg_intern.h"
16 ##end cdefprivate