summaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/sc7180/include
diff options
context:
space:
mode:
authorKshitiz Godara <quic_kgodara@quicinc.com>2022-06-23 17:18:24 +0530
committerFelix Held <felix-coreboot@felixheld.de>2022-07-04 14:03:21 +0000
commitd3f859d5e530d9fdd56e928247a14b09a256410d (patch)
tree39a5d1bff4918b3c162b821eb3f4a7982f681dfd /src/soc/qualcomm/sc7180/include
parent05d135e6b0cc99edcb3ae9e5e8441cb60a59def1 (diff)
soc/qualcomm/sc7180: Update hardware watchdog logging
Move watchdog functionality to common folder. BUG=b:221393157 TEST=None Signed-off-by: Kshitiz Godara <quic_kgodara@quicinc.com> Change-Id: Ib2f7f21ce991fd8193329e7b8260e58e47bf39c4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65358 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/soc/qualcomm/sc7180/include')
-rw-r--r--src/soc/qualcomm/sc7180/include/soc/watchdog.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/soc/qualcomm/sc7180/include/soc/watchdog.h b/src/soc/qualcomm/sc7180/include/soc/watchdog.h
deleted file mode 100644
index c5ddb55bba..0000000000
--- a/src/soc/qualcomm/sc7180/include/soc/watchdog.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#ifndef _SOC_QUALCOMM_SC7180_WDOG_H__
-#define _SOC_QUALCOMM_SC7180_WDOG_H__
-
-void check_wdog(void);
-
-#endif /* _SOC_QUALCOMM_SC7180_WDOG_H__ */