mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 09:05:06 +08:00
cpukit/or1k: Update CPU_ISR_handler signature
Update the OR1K CPU_ISR_handler function signature to avoid casting function pointers.
This commit is contained in:
committed by
Gedare Bloom
parent
be2cd3b761
commit
c373cc01db
@@ -466,7 +466,7 @@ void _CPU_ISR_install_raw_handler(
|
||||
CPU_ISR_raw_handler *old_handler
|
||||
);
|
||||
|
||||
typedef void ( *CPU_ISR_handler )( uint32_t );
|
||||
typedef void ( *CPU_ISR_handler )( void * );
|
||||
|
||||
void _CPU_ISR_install_vector(
|
||||
uint32_t vector,
|
||||
|
||||
Reference in New Issue
Block a user