summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/epiphany/include/rtems/score/cpu.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 15:33:47 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 13:25:43 +0100
commita043ff859d9f22dafea5c166acb26668b09df259 (patch)
tree822c2b12ecb6050a645adfc709884d26de9321ba /cpukit/score/cpu/epiphany/include/rtems/score/cpu.h
parentbfin: Remove use of proc_ptr (diff)
downloadrtems-a043ff859d9f22dafea5c166acb26668b09df259.tar.bz2
epiphany: Remove use of proc_ptr
Update #3585.
Diffstat (limited to 'cpukit/score/cpu/epiphany/include/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/epiphany/include/rtems/score/cpu.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/cpukit/score/cpu/epiphany/include/rtems/score/cpu.h b/cpukit/score/cpu/epiphany/include/rtems/score/cpu.h
index d5c046a1fa..fe42c1f80d 100644
--- a/cpukit/score/cpu/epiphany/include/rtems/score/cpu.h
+++ b/cpukit/score/cpu/epiphany/include/rtems/score/cpu.h
@@ -582,36 +582,6 @@ void _CPU_Initialize(
void
);
-/*
- * _CPU_ISR_install_raw_handler
- *
- * This routine installs a "raw" interrupt handler directly into the
- * processor's vector table.
- *
- */
-
-void _CPU_ISR_install_raw_handler(
- uint32_t vector,
- proc_ptr new_handler,
- proc_ptr *old_handler
-);
-
-/*
- * _CPU_ISR_install_vector
- *
- * This routine installs an interrupt vector.
- *
- * NO_CPU Specific Information:
- *
- * XXX document implementation including references if appropriate
- */
-
-void _CPU_ISR_install_vector(
- uint32_t vector,
- proc_ptr new_handler,
- proc_ptr *old_handler
-);
-
void *_CPU_Thread_Idle_body( uintptr_t ignored );
/*