blob: 22f112733aa17e4e25ff8a6e91abdddd58b7d09f [file] [log] [blame]
Felix Heldda09d022014-06-01 21:44:43 +02001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2014 Edward O'Callaghan <eocallaghan@alterapraxis.com>
5 * Copyright (C) 2014 Felix Held <felix-coreboot@felixheld.de>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
Felix Heldda09d022014-06-01 21:44:43 +020016 */
17
18#ifndef SUPERIO_NUVOTON_COMMON_ROMSTAGE_H
19#define SUPERIO_NUVOTON_COMMON_ROMSTAGE_H
20
21#include <arch/io.h>
22#include <stdint.h>
23
Edward O'Callaghan85836c22014-07-09 20:26:25 +100024void nuvoton_enable_serial(pnp_devfn_t dev, u16 iobase);
Felix Heldda09d022014-06-01 21:44:43 +020025
26#endif /* SUPERIO_NUVOTON_COMMON_ROMSTAGE_H */