mirror of
https://github.com/linux-msm/cdba.git
synced 2026-02-25 13:11:56 -08:00
12 lines
289 B
C
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
|