blob: 715ae5d7b43afae773d1cc31e08ef54b9736e73a [file] [log] [blame]
Nicola Corna2fca86f2017-03-02 08:08:45 +01001/*
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
21#include <arch/io.h>
22#include <device/pnp.h>
23
24void f71808a_multifunc_init(struct device *dev);
25void f71808a_hwm_init(struct device *dev);
26
27#endif /* SUPERIO_FINTEK_F71808A_INTERNAL_H */