Sign in
android
/
device
/
google
/
bonito
/
refs/heads/android12L-platform-release
/
.
/
sdm710
/
kernel-headers
/
linux
/
avtimer.h
blob: cbcd82474b4624c18e9be5dd903ffa0884ec3ca8 [
file
] [
edit
]
#ifndef
_AVTIMER_H
#define
_AVTIMER_H
#include
<linux/ioctl.h>
#define
MAJOR_NUM
100
#define
IOCTL_GET_AVTIMER_TICK _IOR
(
MAJOR_NUM
,
0
,
uint64_t
)
#endif