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 (5125): Dvb-usb: rename megasky.[ch] to m920x.[ch]
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
drivers
/
media
/
dvb
/
dvb-usb
/
m920x.h
blob
6f14ae74e25602d3e04b4370a81de505334f0c26
1
#ifndef _DVB_USB_MEGASKY_H_
2
#define _DVB_USB_MEGASKY_H_
3
4
#define DVB_USB_LOG_PREFIX
"megasky"
5
#include
"dvb-usb.h"
6
7
extern
int
dvb_usb_megasky_debug
;
8
#define deb_rc(args...) dprintk(dvb_usb_megasky_debug,0x01,args)
9
10
#endif