36 #ifndef _DRV_CRAZYFLIE_H 37 #define _DRV_CRAZYFLIE_H 41 #include <sys/ioctl.h> 44 #define DECK_DEVICE_PATH "/dev/deck" 65 #define _DECKIOCBASE (0x4100) 66 #define _DECKIOC(_n) (_PX4_IOC(_DECKIOCBASE, _n)) 69 #define DECKIOGNUM _DECKIOC(0) 72 #define DECKIOSNUM _DECKIOC(1) 74 #define DECKIOID _DECKIOC(2)
Generally used magic defines.