Sign in
android
/
device
/
google
/
barbet-kernel
/
a103b44464797c237640e535c28692cc1ec9c22c
/
.
/
sm7250
/
original-kernel-headers
/
linux
/
avtimer.h
blob: cbcd82474b4624c18e9be5dd903ffa0884ec3ca8 [
file
] [
log
] [
blame
]
#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