Felix Held | 3f3eca9 | 2020-01-23 17:12:32 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Fabian Kunkel | f75c3b4 | 2015-05-25 17:04:28 +0200 | [diff] [blame] | 2 | |
| 3 | #ifndef SUPERIO_FINTEK_F81866D_INTERNAL_H |
| 4 | #define SUPERIO_FINTEK_F81866D_INTERNAL_H |
| 5 | |
Fabian Kunkel | f75c3b4 | 2015-05-25 17:04:28 +0200 | [diff] [blame] | 6 | #include <device/pnp.h> |
| 7 | |
| 8 | void f81866d_hwm_init(struct device *dev); |
Fabian Kunkel | 145796e | 2016-07-07 15:15:18 +0200 | [diff] [blame] | 9 | void f81866d_uart_init(struct device *dev); |
Fabian Kunkel | f75c3b4 | 2015-05-25 17:04:28 +0200 | [diff] [blame] | 10 | |
| 11 | #endif /* SUPERIO_FINTEK_F81866D_INTERNAL_H */ |