coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
fintek.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef SUPERIO_FINTEK_COMMON_PRE_RAM_H
4 #define SUPERIO_FINTEK_COMMON_PRE_RAM_H
5 
6 #include <device/pnp_type.h>
7 #include <stdint.h>
8 
9 void fintek_enable_serial(pnp_devfn_t dev, u16 iobase);
10 
13 
14 #endif /* SUPERIO_FINTEK_COMMON_PRE_RAM_H */
void pnp_exit_conf_state(pnp_devfn_t dev)
Definition: early_serial.c:38
void pnp_enter_conf_state(pnp_devfn_t dev)
Definition: early_serial.c:30
void fintek_enable_serial(pnp_devfn_t dev, u16 iobase)
Definition: early_serial.c:47
u32 pnp_devfn_t
Definition: pnp_type.h:8
uint16_t u16
Definition: stdint.h:48