/* sound/soc/samsung/srp_fw.h * * SRP Audio Firmware for Samsung Exynos4 * * Copyright (c) 2010 Samsung Electronics * http://www.samsungsemi.com/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef _SRP_FW_H_ #define _SRP_FW_H_ extern unsigned long rp_fw_vliw[]; extern unsigned long rp_fw_cga[]; extern unsigned long rp_fw_cga_sa[]; extern unsigned long rp_fw_data[]; extern unsigned long rp_fw_vliw_len; extern unsigned long rp_fw_cga_len; extern unsigned long rp_fw_cga_sa_len; extern unsigned long rp_fw_data_len; #endif