aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/common/me.h
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-02-07 01:49:30 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-02-07 01:49:30 +0300
commitee835aed102f4651f30234eda1110fa106575fdd (patch)
treee3368029dfe7b14b77892b6f48dbd0d11614057a /src/southbridge/intel/common/me.h
parent8f96216188ae440be6af63af650e26f05a86fd81 (diff)
parentb01b13866a6049ac81bd11861a29c3f4e591f951 (diff)
Merge branch 'me-disable' into mbp101_medisable_1
Diffstat (limited to 'src/southbridge/intel/common/me.h')
-rw-r--r--src/southbridge/intel/common/me.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/southbridge/intel/common/me.h b/src/southbridge/intel/common/me.h
new file mode 100644
index 0000000000..81c1b47bc9
--- /dev/null
+++ b/src/southbridge/intel/common/me.h
@@ -0,0 +1,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 */