blob: deb5e9ed169dbfff7f1dfb89061bb789e147309b (
plain)
1
2
3
4
5
6
7
8
9
|
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#ifndef SUPERIO_HWM_H
#define SUPERIO_HWM_H
void hwm_setup(void);
#endif /* SUPERIO_HWM_H */
|