Blame view

drivers/media/usb/dvb-usb/dw2102.h 279 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  /* SPDX-License-Identifier: GPL-2.0 */
7fd4828f6   Igor M Liplianin   V4L/DVB (8421): A...
2
3
4
5
  #ifndef _DW2102_H_
  #define _DW2102_H_
  
  #define DVB_USB_LOG_PREFIX "dw2102"
e5b13acf5   Mauro Carvalho Chehab   V4L/DVB (8451): d...
6
  #include "dvb-usb.h"
7fd4828f6   Igor M Liplianin   V4L/DVB (8421): A...
7

7fd4828f6   Igor M Liplianin   V4L/DVB (8421): A...
8
  #define deb_xfer(args...) dprintk(dvb_usb_dw2102_debug, 0x02, args)
8a8dad714   Igor M. Liplianin   V4L/DVB (11981): ...
9
  #define deb_rc(args...)   dprintk(dvb_usb_dw2102_debug, 0x04, args)
7fd4828f6   Igor M Liplianin   V4L/DVB (8421): A...
10
  #endif