user_irq_claim() function
Claim ownership of a user IRQ on the calling core User IRQs starting from FIRST_USER_IRQ are not connected to any hardware, but can be triggered by irq_set_pending. This method explicitly claims ownership of a user IRQ, so other code can know it is being used.
Arguments
irq_num
the user IRQ to claim
Notes
User IRQs are a core local feature; they cannot be used to communicate between cores. Therefore all functions dealing with Uer IRQs affect only the calling core