Go to the documentation of this file.00001 #ifndef __WHITERABBIT_RTU_IRQ_H
00002 #define __WHITERABBIT_RTU_IRQ_H
00003
00004 #define __WR_IOC_MAGIC '4'
00005
00006 #define WR_RTU_IRQWAIT _IO(__WR_IOC_MAGIC, 4)
00007 #define WR_RTU_IRQENA _IO(__WR_IOC_MAGIC, 5)
00008
00009 #endif