Nicola Corna | 2fca86f | 2017-03-02 08:08:45 +0100 | [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) 2017 Nicola Corna <nicola@corna.info> |
| 6 | * |
| 7 | * This program is free software; you can redistribute it and/or modify |
| 8 | * it under the terms of the GNU General Public License as published by |
| 9 | * the Free Software Foundation; either version 2 of the License, or |
| 10 | * (at your option) any later version. |
| 11 | * |
| 12 | * This program is distributed in the hope that it will be useful, |
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. |
| 16 | */ |
| 17 | |
| 18 | #ifndef SUPERIO_FINTEK_F71808A_INTERNAL_H |
| 19 | #define SUPERIO_FINTEK_F71808A_INTERNAL_H |
| 20 | |
Nicola Corna | 2fca86f | 2017-03-02 08:08:45 +0100 | [diff] [blame] | 21 | #include <device/pnp.h> |
| 22 | |
| 23 | void f71808a_multifunc_init(struct device *dev); |
| 24 | void f71808a_hwm_init(struct device *dev); |
| 25 | |
| 26 | #endif /* SUPERIO_FINTEK_F71808A_INTERNAL_H */ |