summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/include/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sh/include/irq.h')
-rw-r--r--nuttx/arch/sh/include/irq.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/nuttx/arch/sh/include/irq.h b/nuttx/arch/sh/include/irq.h
index 59b3c6c9c..87c80e349 100644
--- a/nuttx/arch/sh/include/irq.h
+++ b/nuttx/arch/sh/include/irq.h
@@ -55,30 +55,6 @@
* Public Types
****************************************************************************/
-/* This struct defines the way the registers are stored. We need to save: */
-
-#ifndef __ASSEMBLY__
-struct xcptcontext
-{
- /* The following function pointer is non-zero if there are pending signals
- * to be processed.
- */
-
-#ifndef CONFIG_DISABLE_SIGNALS
- void *sigdeliver; /* Actual type is sig_deliver_t */
-
- /* These are saved copies of LR and SR used during signal processing. */
-
- uint32 saved_pc;
- uint32 saved_sr;
-#endif
-
- /* Register save area */
-
- uint32 regs[XCPTCONTEXT_REGS];
-};
-#endif
-
/****************************************************************************
* Inline functions
****************************************************************************/