blob: f9f77960a2f99199c9afeba7346e2f05f19795fc [file] [log] [blame]
Stefan Reinauer81986002012-03-30 15:06:04 -07001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2012 The ChromiumOS Authors. All rights reserved.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
Stefan Reinauer81986002012-03-30 15:06:04 -070014 */
15
Edward O'Callaghand76ac632015-01-04 17:21:52 +110016#ifndef SUPERIO_SMSC_LPC47N207_H
17#define SUPERIO_SMSC_LPC47N207_H
Stefan Reinauer81986002012-03-30 15:06:04 -070018
Edward O'Callaghand76ac632015-01-04 17:21:52 +110019#include <arch/io.h>
20#include <stdint.h>
Stefan Reinauer81986002012-03-30 15:06:04 -070021
Edward O'Callaghand76ac632015-01-04 17:21:52 +110022void try_enabling_LPC47N207_uart(void);
23
24#endif /* SUPERIO_SMSC_LPC47N207_H */