Files
rtems/bsps/shared
Samuel Viegas 3889ed31d4 bsps: Fix input data type on irq-generic.c/.h
- 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
2026-04-23 13:38:23 +00:00
..
2026-04-22 07:21:54 -05:00