mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-25 13:45:46 +08:00
- Constify bsp_interrupt_entry_find() - bsp_interrupt_entry_find does not modify the object referenced by arg, it only compares pointer values against it. - changed the parameter type from void* to const void* in both declaration and definition to make it correct and safer. Update #4816