first commit
This commit is contained in:
18
external/cache/sources/wl/include/hndpmu.h
vendored
Normal file
18
external/cache/sources/wl/include/hndpmu.h
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* 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_ */
|
||||
Reference in New Issue
Block a user