staging: vt6655: always keep abyCurrentNetAddr aligned to 2
[cascardo/linux.git] / drivers / staging / vt6655 / dpc.h
index a068b84..ad49571 100644 (file)
 #ifndef __DPC_H__
 #define __DPC_H__
 
-#include "ttype.h"
 #include "device.h"
-#include "wcmd.h"
 
-bool
-device_receive_frame(
-       struct vnt_private *,
-       PSRxDesc pCurrRD
-);
+bool vnt_receive_frame(struct vnt_private *priv, PSRxDesc curr_rd);
 
-#endif // __RXTX_H__
+#endif /* __RXTX_H__ */