mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-07 01:51:42 +00:00
7b1d5c0b60
DEV_NAME_LEN is already defined in defs.h and that is sufficient. Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
10 lines
186 B
C
10 lines
186 B
C
/**
|
|
* This header file contains FW interface related definitions.
|
|
*/
|
|
#ifndef _WLAN_FW_H_
|
|
#define _WLAN_FW_H_
|
|
|
|
int libertas_init_fw(wlan_private * priv);
|
|
|
|
#endif /* _WLAN_FW_H_ */
|