payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / facebook / fbg1701 / cpld.h
blob1b75c0868a459f1d7869e56475aaafa857a25baf
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef CPLD_H
4 #define CPLD_H
6 unsigned int cpld_read_pcb_version(void);
7 void cpld_reset_bridge(void);
9 #endif