aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/tether.h
diff options
context:
space:
mode:
authorJim Lieb <lieb@canonical.com>2009-08-12 17:54:09 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 15:02:08 -0400
commita7ad322a46663755718a214a9a34e5cfe64d07f7 (patch)
tree619bceb63a7cd8b95c504d1292bcc48d8ca3de4b /drivers/staging/vt6655/tether.h
parent9d26d60f99855056a20ac7c0b68eb5ed04619831 (diff)
Staging: vt665x: Clean up include files, Part 2
Remove cplusplus lines from include files Remove needless ifdefs on includes to conform with C conventions. Remove misc commented code/includes Update TODO Signed-off-by: Jim Lieb <lieb@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6655/tether.h')
-rw-r--r--drivers/staging/vt6655/tether.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/staging/vt6655/tether.h b/drivers/staging/vt6655/tether.h
index 8f40a74bf3b..5a3c326436c 100644
--- a/drivers/staging/vt6655/tether.h
+++ b/drivers/staging/vt6655/tether.h
@@ -26,18 +26,10 @@
26 * 26 *
27 */ 27 */
28 28
29
30
31#ifndef __TETHER_H__ 29#ifndef __TETHER_H__
32#define __TETHER_H__ 30#define __TETHER_H__
33 31
34
35#if !defined(__TTYPE_H__)
36#include "ttype.h" 32#include "ttype.h"
37#endif
38
39
40
41 33
42/*--------------------- Export Definitions -------------------------*/ 34/*--------------------- Export Definitions -------------------------*/
43// 35//
@@ -233,23 +225,11 @@ S802_11Header, *PS802_11Header;
233/*--------------------- Export Variables --------------------------*/ 225/*--------------------- Export Variables --------------------------*/
234 226
235/*--------------------- Export Functions --------------------------*/ 227/*--------------------- Export Functions --------------------------*/
236#ifdef __cplusplus
237extern "C" { /* Assume C declarations for C++ */
238#endif /* __cplusplus */
239
240 228
241BYTE ETHbyGetHashIndexByCrc32(PBYTE pbyMultiAddr); 229BYTE ETHbyGetHashIndexByCrc32(PBYTE pbyMultiAddr);
242//BYTE ETHbyGetHashIndexByCrc(PBYTE pbyMultiAddr); 230//BYTE ETHbyGetHashIndexByCrc(PBYTE pbyMultiAddr);
243BOOL ETHbIsBufferCrc32Ok(PBYTE pbyBuffer, UINT cbFrameLength); 231BOOL ETHbIsBufferCrc32Ok(PBYTE pbyBuffer, UINT cbFrameLength);
244 232
245
246#ifdef __cplusplus
247} /* End of extern "C" { */
248#endif /* __cplusplus */
249
250
251
252
253#endif // __TETHER_H__ 233#endif // __TETHER_H__
254 234
255 235