payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / superio / fintek / f81866d / fintek_internal.h
blob9e652ed2b10673620ad7e2473abcc6df3da23566
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #ifndef SUPERIO_FINTEK_F81866D_INTERNAL_H
4 #define SUPERIO_FINTEK_F81866D_INTERNAL_H
6 #include <device/pnp.h>
8 void f81866d_hwm_init(struct device *dev);
9 void f81866d_uart_init(struct device *dev);
11 #endif /* SUPERIO_FINTEK_F81866D_INTERNAL_H */