Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
device
/
linaro
/
dragonboard
/
d477f821bb485acbb232cb896e06b99ed98ba25c
/
.
/
qcom
/
qrtr
/
src
/
util.h
blob: 3f371cd6600308f50121bcd27c0ae2d868acf1e5 [
file
] [
log
] [
blame
]
Amit Pundir
d477f82
2020-02-07 22:26:08 +0530
[
diff
] [
blame^
]
1
#ifndef
__UTIL_H_
2
#define
__UTIL_H_
3
4
#include
<stdint.h>
5
6
uint64_t
time_ms
(
void
);
7
void
util_sleep
(
int
ms
);
8
9
#endif