mirror of
https://github.com/linux-msm/cdba.git
synced 2026-02-25 13:11:56 -08:00
7 lines
93 B
C
7 lines
93 B
C
|
|
#ifndef __PPPS_H__
|
||
|
|
#define __PPPS_H__
|
||
|
|
|
||
|
|
void ppps_power(struct device *dev, bool on);
|
||
|
|
|
||
|
|
#endif
|