git-subtree-dir: techpack/audio git-subtree-mainline:c4ac9f41f5git-subtree-split:d4a1fdac7bChange-Id: I9f1af2abd41942d29296c963aac75ed023624164
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
|