mrfioc2  2.3.0
default/irqHack.cpp
Go to the documentation of this file.
1 #include <epicsExport.h>
2 static
3 void
4 registerISRHack(void)
5 {
6  // Unneeded
7 }
8 extern "C"{
9  epicsExportRegistrar(registerISRHack);
10 }
epicsExportRegistrar(registerISRHack)