Motr  M0
ha_xc.h
Go to the documentation of this file.
1 /* This file is automatically generated from conf/ha.h */
2 
3 #pragma once
4 
5 #ifndef __MOTR_CONF_HA_XC_H__
6 #define __MOTR_CONF_HA_XC_H__
7 
8 #ifndef __KERNEL__
9 #include <sys/types.h>
10 #endif
11 
12 #include "xcode/xcode.h"
13 
16 
17 M0_INTERNAL void m0_xc_m0_conf_ha_process_struct_init(void);
18 M0_INTERNAL void m0_xc_m0_conf_ha_service_struct_init(void);
19 
20 
21 M0_INTERNAL void m0_xc_conf_ha_init(void);
22 M0_INTERNAL void m0_xc_conf_ha_fini(void);
23 
24 /* __MOTR_CONF_HA_XC_H__ */
25 #endif
26 
struct m0_xcode_type * m0_conf_ha_process_xc
Definition: ha_xc.c:10
M0_INTERNAL void m0_xc_m0_conf_ha_service_struct_init(void)
Definition: ha_xc.c:118
M0_INTERNAL void m0_xc_conf_ha_fini(void)
Definition: ha_xc.c:174
M0_INTERNAL void m0_xc_m0_conf_ha_process_struct_init(void)
Definition: ha_xc.c:68
M0_INTERNAL void m0_xc_conf_ha_init(void)
Definition: ha_xc.c:168
struct m0_xcode_type * m0_conf_ha_service_xc
Definition: ha_xc.c:11