summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/avr32/avr32_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/avr/src/avr32/avr32_internal.h')
-rw-r--r--nuttx/arch/avr/src/avr32/avr32_internal.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/nuttx/arch/avr/src/avr32/avr32_internal.h b/nuttx/arch/avr/src/avr32/avr32_internal.h
index 58aa555aa..56065edce 100644
--- a/nuttx/arch/avr/src/avr32/avr32_internal.h
+++ b/nuttx/arch/avr/src/avr32/avr32_internal.h
@@ -102,16 +102,6 @@ extern uint32_t g_heapbase;
extern void up_copystate(uint32_t *dest, uint32_t *src);
/************************************************************************************
- * Name: up_saveusercontext
- *
- * Description:
- * Save the register context of the currently executing (user) thread.
- *
- ************************************************************************************/
-
-extern int up_saveusercontext(uint32_t *saveregs);
-
-/************************************************************************************
* Name: up_fullcontextrestore
*
* Description: