Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
device
/
linaro
/
dragonboard
/
7e92ba6104eb1cbd5cf3781d8b201605cc2b3cc8
/
.
/
shared
/
utils
/
qrtr
/
src
/
util.h
blob: 3f371cd6600308f50121bcd27c0ae2d868acf1e5 [
file
] [
log
] [
blame
]
#ifndef
__UTIL_H_
#define
__UTIL_H_
#include
<stdint.h>
uint64_t
time_ms
(
void
);
void
util_sleep
(
int
ms
);
#endif