V4L/DVB (9801): cx18: Allow more than 63 capture buffers in rotation per stream
[safe/jmp/linux-2.6] / drivers / staging / winbond / sme_api.c
1 //------------------------------------------------------------------------------------
2 // sme_api.c
3 //
4 // Copyright(C) 2002 Winbond Electronics Corp.
5 //
6 //
7 //------------------------------------------------------------------------------------
8 #include "os_common.h"
9
10 s8 sme_get_rssi(void *pcore_data, s32 *prssi)
11 {
12        BUG();
13        return 0;
14 }