mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-25 18:16:42 +07:00
10 lines
222 B
C
10 lines
222 B
C
/*
|
|
* Ucode download related utility functions
|
|
*
|
|
* $Copyright Open Broadcom Corporation$
|
|
*
|
|
* $Id: ucode_download.h 241182 2011-02-17 21:50:03Z $
|
|
*/
|
|
extern int
|
|
proc_ucode_download(char* fw_filename, void *dev_handle);
|