[coreboot] [PATCH] [libpayload] [6/7] usb prototype

Uwe Hermann uwe at hermann-uwe.de
Fri Sep 26 13:22:58 CEST 2008


On Fri, Sep 26, 2008 at 01:21:59AM +0200, Stefan Reinauer wrote:
> Add a missing USB prototype
> 
> Signed-off-by: Stefan Reinauer <stepan at coresystems.de>

Acked-by: Uwe Hermann <uwe at 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.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org




More information about the coreboot mailing list