Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197075
b: refs/heads/master
c: 42cb294
h: refs/heads/master
i:
  197073: f717ddc
  197071: 0a3497d
v: v3
  • Loading branch information
Lars Lindley authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 0058147 commit ece4469
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fa448c1f41712ac0f6640006582befb6296c19fc
refs/heads/master: 42cb2945a9fbfb1602e50c802f6b379244820a6a
18 changes: 10 additions & 8 deletions trunk/drivers/staging/winbond/wb35tx_f.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@
#include "core.h"
#include "wbhal_f.h"

//====================================
// Interface function declare
//====================================
unsigned char Wb35Tx_initial( struct hw_data * pHwData );
void Wb35Tx_destroy( struct hw_data * pHwData );
unsigned char Wb35Tx_get_tx_buffer( struct hw_data * pHwData, u8 **pBuffer );
/*
* ====================================
* Interface function declare
* ====================================
*/
unsigned char Wb35Tx_initial(struct hw_data *hw_data);
void Wb35Tx_destroy(struct hw_data *hw_data);
unsigned char Wb35Tx_get_tx_buffer(struct hw_data *hw_data, u8 **buffer);

void Wb35Tx_EP2VM_start(struct wbsoft_priv *adapter);

void Wb35Tx_start(struct wbsoft_priv *adapter);
void Wb35Tx_stop( struct hw_data * pHwData );
void Wb35Tx_stop(struct hw_data *hw_data);

void Wb35Tx_CurrentTime(struct wbsoft_priv *adapter, u32 TimeCount);
void Wb35Tx_CurrentTime(struct wbsoft_priv *adapter, u32 time_count);

#endif

0 comments on commit ece4469

Please sign in to comment.