summaryrefslogtreecommitdiff
path: root/bsps/sparc/leon3/include
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sparc/leon3/include')
-rw-r--r--bsps/sparc/leon3/include/bsp/leon3.h6
-rw-r--r--bsps/sparc/leon3/include/leon.h2
2 files changed, 6 insertions, 2 deletions
diff --git a/bsps/sparc/leon3/include/bsp/leon3.h b/bsps/sparc/leon3/include/bsp/leon3.h
index f9717c364c..1394dd1c1c 100644
--- a/bsps/sparc/leon3/include/bsp/leon3.h
+++ b/bsps/sparc/leon3/include/bsp/leon3.h
@@ -57,6 +57,12 @@ extern "C" {
*/
/**
+ * @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.
*/
diff --git a/bsps/sparc/leon3/include/leon.h b/bsps/sparc/leon3/include/leon.h
index fba64addfe..54d566799a 100644
--- a/bsps/sparc/leon3/include/leon.h
+++ b/bsps/sparc/leon3/include/leon.h
@@ -361,8 +361,6 @@ extern int leon3_timer_core_index;
*/
extern unsigned int leon3_timer_prescaler;
-RTEMS_NO_RETURN void leon3_power_down_loop(void);
-
#endif /* !ASM */
#ifdef __cplusplus