Added USB (specifically CDC-ACM) support

This commit is contained in:
ksb 2007-09-01 10:00:35 +00:00
parent 3af69d229a
commit 9d5a2aed80
18 changed files with 2079 additions and 4 deletions

View file

@ -0,0 +1,7 @@
#ifndef __USB_INTERRUPT_H__Z1DQCUBTAL__
#define __USB_INTERRUPT_H__Z1DQCUBTAL__
void
usb_int (void);
#endif /* __USB_INTERRUPT_H__Z1DQCUBTAL__ */