Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
system
/
bt
/
a015a8348b9e09caf5261689f4c288a4d2ff6acd
/
.
/
osi
/
include
/
osi.h
blob: 6b38e9b757b1ea019b1934e0d5209bb254966e96 [
file
] [
log
] [
blame
]
#pragma
once
#include
<stdbool.h>
#include
<stdint.h>
#define
UNUSED_ATTR __attribute__
((
unused
))
#define
ARRAY_SIZE
(
x
)
(
sizeof
(
x
)
/
sizeof
((
x
)[
0
]))
typedef
uint32_t
timeout_t
;