Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
compile
/
libbcc
/
abd1e3dd923239043a865a9eeaca69b24857e77e
/
.
/
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_ */