repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
V4L/DVB (12898): DiB0070: Update to latest internal release
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
drivers
/
media
/
dvb
/
dvb-usb
/
dw2102.h
blob
5cd0b0eb6ce148dc0b0be35bcd0f6a2570c9f1fc
1
#ifndef _DW2102_H_
2
#define _DW2102_H_
3
4
#define DVB_USB_LOG_PREFIX
"dw2102"
5
#include
"dvb-usb.h"
6
7
#define deb_xfer(args...) dprintk(dvb_usb_dw2102_debug, 0x02, args)
8
#define deb_rc(args...) dprintk(dvb_usb_dw2102_debug, 0x04, args)
9
#endif