blob: 81c1b47bc9c333841c542af56fb74752067f4315 [file] [log] [blame]
Angel Pons20a609f2021-02-06 23:22:33 +01001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#ifndef SOUTHBRIDGE_INTEL_COMMON_HPET_H
4#define SOUTHBRIDGE_INTEL_COMMON_HPET_H
5
6#include <types.h>
7
8void set_global_reset(const bool enable);
9
10#endif /* SOUTHBRIDGE_INTEL_COMMON_HPET_H */