]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/media/usb/dvb-usb/az6027.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / drivers / media / usb / dvb-usb / az6027.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
76f9a820
AX
2#ifndef _DVB_USB_VP6027_H_
3#define _DVB_USB_VP6027_H_
4
5#define DVB_USB_LOG_PREFIX "az6027"
6#include "dvb-usb.h"
7
8
9extern int dvb_usb_az6027_debug;
5f0e1cff
MA
10#define deb_info(args...) dprintk(dvb_usb_az6027_debug, 0x01, args)
11#define deb_xfer(args...) dprintk(dvb_usb_az6027_debug, 0x02, args)
12#define deb_rc(args...) dprintk(dvb_usb_az6027_debug, 0x04, args)
13#define deb_fe(args...) dprintk(dvb_usb_az6027_debug, 0x08, args)
76f9a820
AX
14
15#endif