1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef __NITROX_ISR_H 3 #define __NITROX_ISR_H 4 5 #include "nitrox_dev.h" 6 7 int nitrox_register_interrupts(struct nitrox_device *ndev); 8 void nitrox_unregister_interrupts(struct nitrox_device *ndev); 9 10 #endif /* __NITROX_ISR_H */ 11