mirror of
https://github.com/linux-msm/cdba.git
synced 2026-02-25 13:11:56 -08:00
Since Linux kernel 6.0, PPPS capable USB hubs expose a simple sysfs attribute for power control. Allow overwriting the usb control callback to use PPPS hub control instead. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
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
|