1 /* 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 8 void set_global_reset(const bool enable); 9 10 #endif /* SOUTHBRIDGE_INTEL_COMMON_HPET_H */ 11