2019-04-22 11:31:01 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
/* Copyright(c) 2007 - 2016 Realtek Corporation. All rights reserved. */
|
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
#ifndef __USB_OSINTF_H
|
|
|
|
#define __USB_OSINTF_H
|
|
|
|
|
|
|
|
#include <usb_vendor_req.h>
|
|
|
|
|
2018-11-30 22:12:11 +00:00
|
|
|
#define USBD_HALTED(Status) ((u32)(Status) >> 30 == 3)
|
2014-12-11 21:15:04 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2018-10-15 00:07:45 +00: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 16:09:26 +00: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-12 01:59:28 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
#endif
|