repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
USB: serial: option: add support for Telit ME910 PID 0x1101
[linux/fpc-iii.git]
/
drivers
/
media
/
usb
/
dvb-usb
/
dw2102.h
blob
f64cf79b793477a6ee7db5392a6583355e156b5f
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _DW2102_H_
3
#define _DW2102_H_
4
5
#define DVB_USB_LOG_PREFIX
"dw2102"
6
#include
"dvb-usb.h"
7
8
#define deb_xfer(args...) dprintk(dvb_usb_dw2102_debug, 0x02, args)
9
#define deb_rc(args...) dprintk(dvb_usb_dw2102_debug, 0x04, args)
10
#endif