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

#ifndef SUPERIO_NSC_COMMON_PRE_RAM_H
#define SUPERIO_NSC_COMMON_PRE_RAM_H

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

void nsc_enable_serial(pnp_devfn_t dev, u16 iobase);

#endif /* SUPERIO_NSC_COMMON_PRE_RAM_H */