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