See patch
--
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: [EMAIL PROTECTED] • 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 <[EMAIL PROTECTED]>
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
* @{ @}
*/
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot