coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
nuvoton.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef SUPERIO_NUVOTON_COMMON_PRE_RAM_H
4 #define SUPERIO_NUVOTON_COMMON_PRE_RAM_H
5 
6 #include <device/pnp_type.h>
7 #include <stdint.h>
8 
11 void nuvoton_enable_serial(pnp_devfn_t dev, u16 iobase);
12 
13 #endif /* SUPERIO_NUVOTON_COMMON_PRE_RAM_H */
void nuvoton_pnp_enter_conf_state(pnp_devfn_t dev)
Definition: early_serial.c:33
void nuvoton_enable_serial(pnp_devfn_t dev, u16 iobase)
Definition: early_serial.c:48
void nuvoton_pnp_exit_conf_state(pnp_devfn_t dev)
Definition: early_serial.c:41
u32 pnp_devfn_t
Definition: pnp_type.h:8
uint16_t u16
Definition: stdint.h:48