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 */ 8extern int 9proc_ucode_download(char* fw_filename, void *dev_handle); 10 11