Change-Id: I25541a0a4b7abfe9aacb890cf500f0c0a4e4902e Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
12 lines
188 B
C
12 lines
188 B
C
#ifndef _UAPI_AVTIMER_H
|
|
#define _UAPI_AVTIMER_H
|
|
|
|
#include <linux/ioctl.h>
|
|
#include <linux/types.h>
|
|
|
|
#define MAJOR_NUM 100
|
|
|
|
#define IOCTL_GET_AVTIMER_TICK _IOR(MAJOR_NUM, 0, __u64)
|
|
|
|
#endif
|