Fabian Kunkel | f75c3b4 | 2015-05-25 17:04:28 +0200 | [diff] [blame] | 1 | /* |
| 2 | * This file is part of the coreboot project. |
| 3 | * |
| 4 | * Copyright (C) 2014 Edward O'Callaghan <eocallaghan@alterapraxis.com> |
| 5 | * Copyright (C) 2015 BAP - Bruhnspace Advanced Projects |
| 6 | * (Written by Fabian Kunkel <fabi@adv.bruhnspace.com> for BAP) |
| 7 | * |
| 8 | * This program is free software; you can redistribute it and/or modify |
| 9 | * it under the terms of the GNU General Public License as published by |
| 10 | * the Free Software Foundation; either version 2 of the License, or |
| 11 | * (at your option) any later version. |
| 12 | * |
| 13 | * This program is distributed in the hope that it will be useful, |
| 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | * GNU General Public License for more details. |
Fabian Kunkel | f75c3b4 | 2015-05-25 17:04:28 +0200 | [diff] [blame] | 17 | */ |
| 18 | |
| 19 | #ifndef SUPERIO_FINTEK_F81866D_INTERNAL_H |
| 20 | #define SUPERIO_FINTEK_F81866D_INTERNAL_H |
| 21 | |
| 22 | #include <arch/io.h> |
| 23 | #include <device/pnp.h> |
| 24 | |
| 25 | void f81866d_hwm_init(struct device *dev); |
Fabian Kunkel | 145796e | 2016-07-07 15:15:18 +0200 | [diff] [blame] | 26 | void f81866d_uart_init(struct device *dev); |
Fabian Kunkel | f75c3b4 | 2015-05-25 17:04:28 +0200 | [diff] [blame] | 27 | |
| 28 | #endif /* SUPERIO_FINTEK_F81866D_INTERNAL_H */ |