payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / superio / nsc / common / nsc.h
blobf135e4e281989673b864b7495406d8584e5057d4
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #ifndef SUPERIO_NSC_COMMON_PRE_RAM_H
4 #define SUPERIO_NSC_COMMON_PRE_RAM_H
6 #include <stdint.h>
7 #include <device/pnp_type.h>
9 void nsc_enable_serial(pnp_devfn_t dev, u16 iobase);
11 #endif /* SUPERIO_NSC_COMMON_PRE_RAM_H */