repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NETFILTER]: nf_conntrack: export hash allocation/destruction functions
[linux-2.6/verdex.git]
/
drivers
/
media
/
dvb
/
dvb-usb
/
opera1.h
blob
53174427902d83447dc01ae0420ab5a9bfe0dfab
1
#ifndef _OPERA1_H_
2
#define _OPERA1_H_
3
4
#define DVB_USB_LOG_PREFIX
"opera"
5
#include
"dvb-usb.h"
6
7
extern
int
dvb_usb_opera1_debug
;
8
#define deb_xfer(args...) dprintk(dvb_usb_opera1_debug,0x02,args)
9
#endif