Files
orangepi-build/external/cache/sources/wl/include/hndpmu.h
2020-11-18 10:07:26 +08:00

19 lines
436 B
C

/*
* HND SiliconBackplane PMU support.
*
* $Copyright Open Broadcom Corporation$
*
* $Id: hndpmu.h 393084 2013-03-26 07:34:45Z $
*/
#ifndef _hndpmu_h_
#define _hndpmu_h_
extern void si_pmu_otp_power(si_t *sih, osl_t *osh, bool on);
extern void si_sdiod_drive_strength_init(si_t *sih, osl_t *osh, uint32 drivestrength);
extern void si_pmu_minresmask_htavail_set(si_t *sih, osl_t *osh, bool set_clear);
#endif /* _hndpmu_h_ */