Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
compile
/
libbcc
/
78db12e0cf697c3bdff67c274ce6c36dabf18a3d
/
.
/
bcc_runtime.h
blob: 7604c7f04733cdac1c3785763e19c41c693a7c0e [
file
] [
log
] [
blame
]
#ifndef
_BCC_RUNTIME_H_
# define _BCC_RUNTIME_H_
#ifdef
__cplusplus
extern
"C"
{
#endif
void
*
FindRuntimeFunction
(
const
char
*
Name
);
void
VerifyRuntimesTable
();
#ifdef
__cplusplus
};
#endif
#endif
/* _BCC_RUNTIME_H_ */