aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/common/hpet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/common/hpet.h')
-rw-r--r--src/southbridge/intel/common/hpet.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/southbridge/intel/common/hpet.h b/src/southbridge/intel/common/hpet.h
new file mode 100644
index 0000000000..1a69178e2e
--- /dev/null
+++ b/src/southbridge/intel/common/hpet.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef SOUTHBRIDGE_INTEL_COMMON_HPET_H
+#define SOUTHBRIDGE_INTEL_COMMON_HPET_H
+
+#include <stdint.h>
+
+void enable_hpet(void);
+void hpet_udelay(u32 delay);
+
+#endif /* SOUTHBRIDGE_INTEL_COMMON_HPET_H */