Home | History | Annotate | Download | only in linux
      1 #ifndef _AVTIMER_H
      2 #define _AVTIMER_H
      3 
      4 #include <linux/ioctl.h>
      5 
      6 #define MAJOR_NUM 100
      7 
      8 #define IOCTL_GET_AVTIMER_TICK _IOR(MAJOR_NUM, 0, uint64_t)
      9 
     10 #endif
     11