summaryrefslogtreecommitdiffstats
path: root/src/superio/fintek/f81866d/fintek_internal.h
blob: 9e652ed2b10673620ad7e2473abcc6df3da23566 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-or-later */

#ifndef SUPERIO_FINTEK_F81866D_INTERNAL_H
#define SUPERIO_FINTEK_F81866D_INTERNAL_H

#include <device/pnp.h>

void f81866d_hwm_init(struct device *dev);
void f81866d_uart_init(struct device *dev);

#endif /* SUPERIO_FINTEK_F81866D_INTERNAL_H */