blob: 7604c7f04733cdac1c3785763e19c41c693a7c0e [file] [log] [blame]
Shih-wei Liao77ed6142010-04-07 12:21:42 -07001#ifndef _BCC_RUNTIME_H_
2# define _BCC_RUNTIME_H_
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
Shih-wei Liao77ed6142010-04-07 12:21:42 -07008void* FindRuntimeFunction(const char* Name);
Shih-wei Liaoabd1e3d2010-04-28 01:47:00 -07009void VerifyRuntimesTable();
Shih-wei Liao77ed6142010-04-07 12:21:42 -070010
11#ifdef __cplusplus
12};
13#endif
14
15#endif /* _BCC_RUNTIME_H_ */