Marc Jones | 43882f1 | 2010-09-10 22:13:34 +0000 | [diff] [blame] | 1 | /* |
| 2 | * This file is part of the coreboot project. |
| 3 | * |
| 4 | * Copyright (C) 2010 Marc Jones <marcj303@gmail.com> |
| 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; either version 2 of the License, or |
| 9 | * (at your option) any later version. |
| 10 | * |
| 11 | * This program is distributed in the hope that it will be useful, |
| 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | * GNU General Public License for more details. |
| 15 | * |
| 16 | * You should have received a copy of the GNU General Public License |
| 17 | * along with this program; if not, write to the Free Software |
Paul Menzel | a46a712 | 2013-02-23 18:37:27 +0100 | [diff] [blame] | 18 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
Marc Jones | 43882f1 | 2010-09-10 22:13:34 +0000 | [diff] [blame] | 19 | */ |
| 20 | |
Edward O'Callaghan | 6d51f6b | 2014-04-23 17:01:45 +1000 | [diff] [blame] | 21 | #ifndef SUPERIO_FINTEK_F71859_H |
| 22 | #define SUPERIO_FINTEK_F71859_H |
Marc Jones | 43882f1 | 2010-09-10 22:13:34 +0000 | [diff] [blame] | 23 | |
Uwe Hermann | 7fa0819 | 2010-11-08 20:55:24 +0000 | [diff] [blame] | 24 | /* Logical Device Numbers (LDN). */ |
Marc Jones | 43882f1 | 2010-09-10 22:13:34 +0000 | [diff] [blame] | 25 | #define F71859_SP1 0x03 /* UART1 */ |
| 26 | |
Edward O'Callaghan | 6d51f6b | 2014-04-23 17:01:45 +1000 | [diff] [blame] | 27 | #endif /* SUPERIO_FINTEK_F71859_H */ |