git-subtree-dir: techpack/audio git-subtree-mainline:8ae7b4ca85git-subtree-split:7180968095Change-Id: Id0c2fb0923f1bcd677aacbb931d99564d881dbfb
11 lines
166 B
C
11 lines
166 B
C
#ifndef _UAPI_AVTIMER_H
|
|
#define _UAPI_AVTIMER_H
|
|
|
|
#include <linux/ioctl.h>
|
|
|
|
#define MAJOR_NUM 100
|
|
|
|
#define IOCTL_GET_AVTIMER_TICK _IOR(MAJOR_NUM, 0, uint64_t)
|
|
|
|
#endif
|