1 /* SF16FMI FMRadio include file. 2 * (c) 1998 Petr Vandrovec 3 * 4 * Not in include/linux/ because there's no need for anyone 5 * to know about these details, I reckon. 6 */ 7 8 #ifndef __RSF16FMI_H 9 #define __RSF16FMI_H 10 11 int radiosf16fmi_init(void); 12 13 #endif /* __RSF16FMI_H */ 14