blob: fe18e5277f55956ecc84a50e3c28091cad4cd7b7 (
plain)
1
2
3
4
5
6
7
8
9
|
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_SMSC_LPC47N207_H
#define SUPERIO_SMSC_LPC47N207_H
void try_enabling_LPC47N207_uart(void);
#endif /* SUPERIO_SMSC_LPC47N207_H */
|