summaryrefslogtreecommitdiff
path: root/bsps/sparc/leon3/include/bsp/leon3.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-20 16:49:57 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-08-31 11:30:04 +0200
commit27972ad40e1c24d8004dc9fd3f15aa105dc3f8fc (patch)
tree4c029514ebc591df4d9b3a1af1e2747fcc846306 /bsps/sparc/leon3/include/bsp/leon3.h
parent9f86db21ffdaccba615ed1cd655cad22ed36976d (diff)
bsp/leon3: Move leon3_power_down_loop()
Diffstat (limited to 'bsps/sparc/leon3/include/bsp/leon3.h')
-rw-r--r--bsps/sparc/leon3/include/bsp/leon3.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bsps/sparc/leon3/include/bsp/leon3.h b/bsps/sparc/leon3/include/bsp/leon3.h
index 03ec835bdd..03f9d925b2 100644
--- a/bsps/sparc/leon3/include/bsp/leon3.h
+++ b/bsps/sparc/leon3/include/bsp/leon3.h
@@ -67,6 +67,12 @@ extern "C" {
extern uint32_t LEON3_Cpu_Index;
/**
+ * @brief Sets %asr19 to zero to enter the power-down mode of the processor in
+ * an infinite loop.
+ */
+RTEMS_NO_RETURN void leon3_power_down_loop( void );
+
+/**
* @brief This constant represents the flush instruction cache flag of the LEON
* cache control register.
*/