1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef _AVTIMER_H
8 #define _AVTIMER_H
9 #include <linux/ioctl.h>
10 #define MAJOR_NUM 100
11 #define IOCTL_GET_AVTIMER_TICK _IOR(MAJOR_NUM, 0, uint64_t)
12 #endif
13