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