summaryrefslogtreecommitdiffstats
path: root/src/superio/fintek/common/fintek.h
blob: 81e8e672383e107f716e869b5f1fb6b013db96b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */

#ifndef SUPERIO_FINTEK_COMMON_PRE_RAM_H
#define SUPERIO_FINTEK_COMMON_PRE_RAM_H

#include <device/pnp_type.h>
#include <stdint.h>

void fintek_enable_serial(pnp_devfn_t dev, u16 iobase);

void pnp_enter_conf_state(pnp_devfn_t dev);
void pnp_exit_conf_state(pnp_devfn_t dev);

#endif /* SUPERIO_FINTEK_COMMON_PRE_RAM_H */