2019-04-22 12:31:01 +01:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
/* Copyright(c) 2007 - 2016 Realtek Corporation. All rights reserved. */
|
|
|
|
|
2013-05-08 16:45:39 -05:00
|
|
|
#ifndef __USB_OSINTF_H
|
|
|
|
#define __USB_OSINTF_H
|
|
|
|
|
|
|
|
#include <usb_vendor_req.h>
|
|
|
|
|
2018-11-30 16:12:11 -06:00
|
|
|
#define USBD_HALTED(Status) ((u32)(Status) >> 30 == 3)
|
2014-12-11 15:15:04 -06:00
|
|
|
|
2013-05-08 16:45:39 -05:00
|
|
|
|
2018-10-14 19:07:45 -05:00
|
|
|
u8 usbvendorrequest(struct dvobj_priv *pdvobjpriv, RT_USB_BREQUEST brequest, RT_USB_WVALUE wvalue, u8 windex, void *data, u8 datalen, u8 isdirectionin);
|
2018-10-29 11:09:26 -05:00
|
|
|
void nat25_db_expire(_adapter *priv);
|
|
|
|
int nat25_db_handle(_adapter *priv, struct sk_buff *skb, int method);
|
|
|
|
int nat25_handle_frame(_adapter *priv, struct sk_buff *skb);
|
2013-08-11 20:59:28 -05:00
|
|
|
|
2013-05-08 16:45:39 -05:00
|
|
|
#endif
|