blob: 84441cc7236f0fb511498943a94162688536e0c3 (
plain)
1
2
3
4
5
6
7
8
9
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef SUPERIO_FINTEK_F71859_H
#define SUPERIO_FINTEK_F71859_H
/* Logical Device Numbers (LDN). */
#define F71859_SP1 0x03 /* UART1 */
#endif /* SUPERIO_FINTEK_F71859_H */
|