mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-29 16:00:17 +00:00
Reflect API changes.
This commit is contained in:
@@ -93,9 +93,9 @@ int i386_set_idt_entry (const rtems_raw_irq_connect_data* irq)
|
||||
return 1;
|
||||
}
|
||||
|
||||
void _CPU_ISR_install_vector (unsigned vector,
|
||||
void* hdl,
|
||||
void** oldHdl)
|
||||
void _CPU_ISR_install_vector (uint32_t vector,
|
||||
proc_ptr hdl,
|
||||
proc_ptr * oldHdl)
|
||||
{
|
||||
interrupt_gate_descriptor* idt_entry_tbl;
|
||||
unsigned limit;
|
||||
|
||||
Reference in New Issue
Block a user