nitrox_isr.h 263 B

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