Files
cdba/qcomlt_dbg.h
2021-01-22 19:57:37 -06:00

12 lines
289 B
C

#ifndef __QCOMLT_DBG_H__
#define __QCOMLT_DBG_H__
#include "device.h"
void *qcomlt_dbg_open(struct device *dev);
int qcomlt_dbg_power(struct device *dev, bool on);
void qcomlt_dbg_usb(struct device *dev, bool on);
void qcomlt_dbg_key(struct device *dev, int key, bool asserted);
#endif