Staging: winbond: phy_calibration.h coding style cleanup.
[deliverable/linux.git] / drivers / staging / winbond / mds_f.h
CommitLineData
80aba536
PE
1#ifndef __WINBOND_MDS_F_H
2#define __WINBOND_MDS_F_H
3
4#include "wbhal_s.h"
1e8a2b60 5#include "core.h"
80aba536 6
1e8a2b60
PE
7unsigned char Mds_initial( struct wbsoft_priv *adapter );
8void Mds_Destroy( struct wbsoft_priv *adapter );
9void Mds_Tx( struct wbsoft_priv *adapter );
1e8a2b60 10void Mds_SendComplete( struct wbsoft_priv *adapter, PT02_DESCRIPTOR pT02 );
27d46421 11void Mds_MpduProcess( struct wbsoft_priv *adapter, struct wb35_descriptor *pRxDes );
66101de1
PM
12extern void DataDmp(u8 *pdata, u32 len, u32 offset);
13
66101de1 14// For data frame sending 20060802
1e8a2b60 15u16 MDS_GetPacketSize( struct wbsoft_priv *adapter );
27d46421
PE
16void MDS_GetNextPacket( struct wbsoft_priv *adapter, struct wb35_descriptor *pDes );
17void MDS_GetNextPacketComplete( struct wbsoft_priv *adapter, struct wb35_descriptor *pDes );
1e8a2b60 18void MDS_SendResult( struct wbsoft_priv *adapter, u8 PacketId, unsigned char SendOK );
66101de1 19
80aba536 20#endif
This page took 0.168838 seconds and 5 git commands to generate.