Files
cdba/ppps.h
Caleb Connolly 91daddcb7c support ppps usb control
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>
2023-09-28 11:09:46 +01:00

7 lines
93 B
C

#ifndef __PPPS_H__
#define __PPPS_H__
void ppps_power(struct device *dev, bool on);
#endif