Motr  M0
entrypoint_xc.c
Go to the documentation of this file.
1 /* This file is automatically generated from ha/entrypoint.h */
2 
3 #include "lib/misc.h" /* offsetof */
4 #include "lib/assert.h"
5 #include "xcode/xcode.h"
6 
7 #include "ha/entrypoint.h"
8 #include "ha/entrypoint_xc.h"
9 
10 
11 
12 
13 
14 M0_INTERNAL void m0_xc_ha_entrypoint_init(void)
15 {
16 }
17 
18 M0_INTERNAL void m0_xc_ha_entrypoint_fini(void)
19 {
20 }
M0_INTERNAL void m0_xc_ha_entrypoint_fini(void)
Definition: entrypoint_xc.c:18
M0_INTERNAL void m0_xc_ha_entrypoint_init(void)
Definition: entrypoint_xc.c:14