|
@@ -145,7 +145,9 @@ void peak_usb_update_ts_now(struct peak_time_ref *time_ref, u32 ts_now);
|
|
void peak_usb_set_ts_now(struct peak_time_ref *time_ref, u32 ts_now);
|
|
void peak_usb_set_ts_now(struct peak_time_ref *time_ref, u32 ts_now);
|
|
void peak_usb_get_ts_tv(struct peak_time_ref *time_ref, u32 ts,
|
|
void peak_usb_get_ts_tv(struct peak_time_ref *time_ref, u32 ts,
|
|
struct timeval *tv);
|
|
struct timeval *tv);
|
|
-
|
|
|
|
|
|
+int peak_usb_netif_rx(struct sk_buff *skb,
|
|
|
|
+ struct peak_time_ref *time_ref, u32 ts_low, u32 ts_high);
|
|
void peak_usb_async_complete(struct urb *urb);
|
|
void peak_usb_async_complete(struct urb *urb);
|
|
void peak_usb_restart_complete(struct peak_usb_device *dev);
|
|
void peak_usb_restart_complete(struct peak_usb_device *dev);
|
|
|
|
+
|
|
#endif
|
|
#endif
|