On Fri, Sep 26, 2008 at 01:21:59AM +0200, Stefan Reinauer wrote:
Add a missing USB prototype
Signed-off-by: Stefan Reinauer stepan@coresystems.de
Acked-by: Uwe Hermann uwe@hermann-uwe.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); +/** @} */
One empty line should be enough.
+/**
- @defgroup input Device functions
- @{ @}
*/
Uwe.