aboutsummaryrefslogtreecommitdiff
path: root/product/rcar/module/rcar_system/src/rcar_pwc.h
diff options
context:
space:
mode:
Diffstat (limited to 'product/rcar/module/rcar_system/src/rcar_pwc.h')
-rw-r--r--product/rcar/module/rcar_system/src/rcar_pwc.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/product/rcar/module/rcar_system/src/rcar_pwc.h b/product/rcar/module/rcar_system/src/rcar_pwc.h
new file mode 100644
index 00000000..f2c1b54b
--- /dev/null
+++ b/product/rcar/module/rcar_system/src/rcar_pwc.h
@@ -0,0 +1,16 @@
+/*
+ * Renesas SCP/MCP Software
+ * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef RCAR_PWC_H
+#define RCAR_PWC_H
+
+void rcar_pwrc_go_suspend_to_ram(void);
+void rcar_pwrc_set_suspend_to_ram(void);
+void rcar_system_off(void);
+void rcar_system_reset(void);
+
+#endif /* RCAR_PWC_H */