/* * FPGA_Interrupts.h * * Created on: Oct 16, 2018 * Author: avi */ #ifndef DRIVERS_FPGA_FPGA_INTERRUPTS_FPGA_INTERRUPTS_H_ #define DRIVERS_FPGA_FPGA_INTERRUPTS_FPGA_INTERRUPTS_H_ typedef void (* SCREW_InterruptCallback)(void); void Screw_Interrupt(bool IsEnable ,SCREW_InterruptCallback callback); void Init_GPI_Interrupts(); #endif /* DRIVERS_FPGA_FPGA_INTERRUPTS_FPGA_INTERRUPTS_H_ */