mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-27 19:16:43 +07:00
19 lines
436 B
C
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_ */
|