CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
orangepi-xunlong

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: orangepi-xunlong/orangepi-build
Path: blob/next/external/cache/sources/wl/dhd/ucode_download.h
Views: 3960
1
/*
2
* Ucode download related utility functions
3
*
4
* $Copyright Open Broadcom Corporation$
5
*
6
* $Id: ucode_download.h 241182 2011-02-17 21:50:03Z $
7
*/
8
extern int
9
proc_ucode_download(char* fw_filename, void *dev_handle);
10
11