summaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/include/soc/reset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/picasso/include/soc/reset.h')
-rw-r--r--src/soc/amd/picasso/include/soc/reset.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/include/soc/reset.h b/src/soc/amd/picasso/include/soc/reset.h
new file mode 100644
index 0000000000..5fc549f203
--- /dev/null
+++ b/src/soc/amd/picasso/include/soc/reset.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* This file is part of the coreboot project. */
+
+#ifndef __PI_PICASSO_RESET_H__
+#define __PI_PICASSO_RESET_H__
+
+void set_warm_reset_flag(void);
+int is_warm_reset(void);
+
+#endif /* __PI_PICASSO_RESET_H__ */