--
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info@coresystems.de •
http://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866
Add a missing USB prototype
Signed-off-by: Stefan Reinauer
stepan@coresystems.de
Index: include/libpayload.h
===================================================================
--- include/libpayload.h (revision 3600)
+++ include/libpayload.h (working copy)
@@ -110,6 +110,15 @@
/** @} */
/**
+ * @defgroup usb USB functions
+ * @{
+ */
+int usb_initialize(void);
+/** @} */
+
+
+
+/**
* @defgroup input Device functions
* @{ @}
*/