Motr  M0
link_fops_xc.h
Go to the documentation of this file.
1 /* This file is automatically generated from ha/link_fops.h */
2 
3 #pragma once
4 
5 #ifndef __MOTR_HA_LINK_FOPS_XC_H__
6 #define __MOTR_HA_LINK_FOPS_XC_H__
7 
8 #ifndef __KERNEL__
9 #include <sys/types.h>
10 #endif
11 
12 #include "xcode/xcode.h"
13 
14 extern struct m0_xcode_type *m0_ha_link_tags_xc;
17 extern struct m0_xcode_type *m0_ha_link_params_xc;
18 
19 M0_INTERNAL void m0_xc_m0_ha_link_tags_struct_init(void);
20 M0_INTERNAL void m0_xc_m0_ha_link_msg_fop_struct_init(void);
21 M0_INTERNAL void m0_xc_m0_ha_link_msg_rep_fop_struct_init(void);
22 M0_INTERNAL void m0_xc_m0_ha_link_params_struct_init(void);
23 
24 
25 M0_INTERNAL void m0_xc_ha_link_fops_init(void);
26 M0_INTERNAL void m0_xc_ha_link_fops_fini(void);
27 
28 /* __MOTR_HA_LINK_FOPS_XC_H__ */
29 #endif
30