summaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/common/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/qualcomm/common/include')
-rw-r--r--src/soc/qualcomm/common/include/soc/watchdog.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/qualcomm/common/include/soc/watchdog.h b/src/soc/qualcomm/common/include/soc/watchdog.h
new file mode 100644
index 0000000000..1995e62742
--- /dev/null
+++ b/src/soc/qualcomm/common/include/soc/watchdog.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef _SOC_QUALCOMM_WDOG_COMMON_H__
+#define _SOC_QUALCOMM_WDOG_COMMON_H__
+
+void check_wdog(void);
+
+#endif /* _SOC_QUALCOMM_WDOG_COMMON_H__ */