summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/arch/hpet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/include/arch/hpet.h')
-rw-r--r--src/arch/x86/include/arch/hpet.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/arch/x86/include/arch/hpet.h b/src/arch/x86/include/arch/hpet.h
new file mode 100644
index 000000000000..224279eb6fdf
--- /dev/null
+++ b/src/arch/x86/include/arch/hpet.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef ARCH_X86_HPET_H
+#define ARCH_X86_HPET_H
+
+#define HPET_BASE_ADDRESS 0xfed00000
+
+#endif /* ARCH_X86_HPET_H */