003 File Manager
Current Path:
/usr/src/sys/dev/rtwn/usb
usr
/
src
/
sys
/
dev
/
rtwn
/
usb
/
📁
..
📄
rtwn_usb_attach.c
(11.87 KB)
📄
rtwn_usb_attach.h
(7 KB)
📄
rtwn_usb_ep.c
(6.57 KB)
📄
rtwn_usb_ep.h
(989 B)
📄
rtwn_usb_reg.c
(4.36 KB)
📄
rtwn_usb_reg.h
(1.62 KB)
📄
rtwn_usb_rx.c
(11.31 KB)
📄
rtwn_usb_rx.h
(947 B)
📄
rtwn_usb_tx.c
(7.15 KB)
📄
rtwn_usb_tx.h
(1.04 KB)
📄
rtwn_usb_var.h
(2.52 KB)
Editing: rtwn_usb_ep.h
/*- * Copyright (c) 2016 Andriy Voskoboinyk <avos@FreeBSD.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * * $FreeBSD$ */ #ifndef IF_RTWN_EP_H #define IF_RTWN_EP_H int rtwn_usb_setup_endpoints(struct rtwn_usb_softc *); uint16_t rtwn_usb_get_qmap(struct rtwn_softc *); #endif /* IF_RTWN_EP_H */
Upload File
Create Folder