summaryrefslogtreecommitdiff
path: root/include/init_global_static_roots.h
blob: cfc4b0d5712ae804f8fd36835fb9b9545a8612dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __INIT_GLOBAL_STATIC_ROOTS_H_
#define __INIT_GLOBAL_STATIC_ROOTS_H_

#ifdef __cplusplus
extern "C" {
#endif
void init_global_static_roots();

#ifdef __cplusplus
	}
#endif

#endif // __INIT_GLOBAL_STATIC_ROOTS_H_