Skip to content

Commit

Permalink
Staging: vt6655: remove __cplusplus ifdefs
Browse files Browse the repository at this point in the history
Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Shawn Bohrer authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 42caa16 commit 47a14f1
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions drivers/staging/vt6655/rxtx.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,10 @@

/*--------------------- Export Definitions -------------------------*/

/*--------------------- Export Classes ----------------------------*/

/*--------------------- Export Variables --------------------------*/

/*--------------------- Export Functions --------------------------*/


#ifdef __cplusplus
extern "C" { /* Assume C declarations for C++ */
#endif /* __cplusplus */

/*
VOID vGenerateMACHeader(
IN PSDevice pDevice,
Expand Down Expand Up @@ -111,14 +104,4 @@ VOID vDMA0_tx_80211(PSDevice pDevice, struct sk_buff *skb, PBYTE pbMPDU, UINT c
CMD_STATUS csMgmt_xmit(PSDevice pDevice, PSTxMgmtPacket pPacket);
CMD_STATUS csBeacon_xmit(PSDevice pDevice, PSTxMgmtPacket pPacket);

#ifdef __cplusplus
} /* End of extern "C" { */
#endif /* __cplusplus */




#endif // __RXTX_H__



0 comments on commit 47a14f1

Please sign in to comment.