blob: 81c1b47bc9c333841c542af56fb74752067f4315 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef SOUTHBRIDGE_INTEL_COMMON_HPET_H
#define SOUTHBRIDGE_INTEL_COMMON_HPET_H
#include <types.h>
void set_global_reset(const bool enable);
#endif /* SOUTHBRIDGE_INTEL_COMMON_HPET_H */
|