mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-30 15:48:52 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
14
drivers/media/usb/dvb-usb/az6027.h
Normal file
14
drivers/media/usb/dvb-usb/az6027.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#ifndef _DVB_USB_VP6027_H_
|
||||
#define _DVB_USB_VP6027_H_
|
||||
|
||||
#define DVB_USB_LOG_PREFIX "az6027"
|
||||
#include "dvb-usb.h"
|
||||
|
||||
|
||||
extern int dvb_usb_az6027_debug;
|
||||
#define deb_info(args...) dprintk(dvb_usb_az6027_debug, 0x01, args)
|
||||
#define deb_xfer(args...) dprintk(dvb_usb_az6027_debug, 0x02, args)
|
||||
#define deb_rc(args...) dprintk(dvb_usb_az6027_debug, 0x04, args)
|
||||
#define deb_fe(args...) dprintk(dvb_usb_az6027_debug, 0x08, args)
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue