payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / superio / smsc / sio1007 / sio1007.h
blob86b4417f8db1e33fe56795b14172e874bd68624d
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef SUPERIO_SMSC_SIO1007_H
4 #define SUPERIO_SMSC_SIO1007_H
6 #include <stdint.h>
8 void sio1007_setreg(u16 lpc_port, u8 reg, u8 value, u8 mask);
9 int sio1007_enable_uart_at(u16 port);
11 #endif