TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mcuboot
/
53e2c260fabac8127aa5d817f83f34e1d8cc92c7
/
.
/
sim
/
mcuboot-sys
/
csupport
/
bootsim.h
blob: f3fc5e4266d90ec79d4fd3eba393e9ac9f5aac13 [
file
] [
log
] [
blame
]
#ifndef
H_BOOTSIM_
#define
H_BOOTSIM_
void
sim_assert
(
int
,
const
char
*
test
,
const
char
*,
unsigned
int
,
const
char
*);
#define
ASSERT
(
x
)
sim_assert
((
x
),
#x, __FILE__, __LINE__, __func__)
#endif