android_kernel_samsung_univ.../drivers/muic/universal/muic_debug.h
BlackMesa123 f3dbc97663 A600PVPU1ARHC
Signed-off-by: BlackMesa123 <brother12@hotmail.it>
2018-11-02 14:19:06 +01:00

17 lines
421 B
C
Executable File

#ifndef _MUIC_DEBUG_
#define _MUIC_DEBUG_
#ifndef CONFIG_MUIC_A8 /* disable DEBUG log */
#define DEBUG_MUIC
#endif
#define READ 0
#define WRITE 1
extern void muic_reg_log(u8 reg, u8 value, u8 rw);
extern void muic_print_reg_log(void);
extern void muic_read_reg_dump(muic_data_t *muic, char *mesg);
extern void muic_print_reg_dump(muic_data_t *pmuic);
extern void muic_show_debug_info(struct work_struct *work);
#endif