blob: a733a39521a97cd5748dd5795b95e31d75560670 (
plain)
1
2
3
4
5
6
7
8
|
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef SUPERIO_SMSC_LPC47N207_H
#define SUPERIO_SMSC_LPC47N207_H
void try_enabling_LPC47N207_uart(void);
#endif /* SUPERIO_SMSC_LPC47N207_H */
|