blob: 0405e3e316be1c945fa5a755a769b8215b8983e8 [file] [log] [blame]
Fabian Kunkelf75c3b42015-05-25 17:04:28 +02001/*
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 Kunkelf75c3b42015-05-25 17:04:28 +020017 */
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
25void f81866d_hwm_init(struct device *dev);
26
27#endif /* SUPERIO_FINTEK_F81866D_INTERNAL_H */