]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/staging/winbond/mto_f.h
Staging: w35und: remove crazy commented out includes
[linux-2.6-omap-h63xx.git] / drivers / staging / winbond / mto_f.h
1 #ifndef __WINBOND_MTO_F_H
2 #define __WINBOND_MTO_F_H
3
4 #include "core.h"
5
6 extern void MTO_Init(struct wbsoft_priv *);
7 extern void MTO_PeriodicTimerExpired(struct wbsoft_priv *);
8 extern void MTO_SetDTORateRange(struct wbsoft_priv *, u8 *, u8);
9 extern u8 MTO_GetTxRate(MTO_FUNC_INPUT, u32 fpdu_len);
10 extern u8 MTO_GetTxFallbackRate(MTO_FUNC_INPUT);
11 extern void MTO_SetTxCount(MTO_FUNC_INPUT, u8 t0, u8 index);
12
13 #endif