cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git] / src / superio / fintek / common / fintek.h
blob428afc086a2b1a7834f8d6107ca321d6aab8ce7d
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #ifndef SUPERIO_FINTEK_COMMON_PRE_RAM_H
4 #define SUPERIO_FINTEK_COMMON_PRE_RAM_H
6 #include <device/pnp_type.h>
7 #include <stdint.h>
9 void fintek_enable_serial(pnp_devfn_t dev, u16 iobase);
11 void pnp_enter_conf_state(pnp_devfn_t dev);
12 void pnp_exit_conf_state(pnp_devfn_t dev);
14 #endif /* SUPERIO_FINTEK_COMMON_PRE_RAM_H */