coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pmif_clk_common.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __MEDIATEK_SOC_PMIF_CLK_COMMON__
4 #define __MEDIATEK_SOC_PMIF_CLK_COMMON__
5 
6 int pmif_ulposc_cali(u32 target_val);
7 
8 #endif /*__MEDIATEK_SOC_PMIF_CLK_COMMON__*/
int pmif_ulposc_cali(u32 target_val)
Definition: pmif_clk.c:8
uint32_t u32
Definition: stdint.h:51