aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/dpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/vt6655/dpc.h')
-rw-r--r--drivers/staging/vt6655/dpc.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/drivers/staging/vt6655/dpc.h b/drivers/staging/vt6655/dpc.h
index e574963fee0..0ce31557d5d 100644
--- a/drivers/staging/vt6655/dpc.h
+++ b/drivers/staging/vt6655/dpc.h
@@ -41,15 +41,12 @@
/*--------------------- Export Functions --------------------------*/
-BOOL
-device_receive_frame (
- PSDevice pDevice,
- PSRxDesc pCurrRD
- );
+bool
+device_receive_frame(
+ PSDevice pDevice,
+ PSRxDesc pCurrRD
+);
void MngWorkItem(void *Context);
#endif // __RXTX_H__
-
-
-