Motr  M0
isc_fops_xc.h
Go to the documentation of this file.
1 /* This file is automatically generated from iscservice/isc_fops.h */
2 
3 #pragma once
4 
5 #ifndef __MOTR_ISCSERVICE_ISC_FOPS_XC_H__
6 #define __MOTR_ISCSERVICE_ISC_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_fop_isc_xc;
15 extern struct m0_xcode_type *m0_fop_isc_rep_xc;
16 
17 M0_INTERNAL void m0_xc_m0_fop_isc_struct_init(void);
18 M0_INTERNAL void m0_xc_m0_fop_isc_rep_struct_init(void);
19 
20 
21 M0_INTERNAL void m0_xc_iscservice_isc_fops_init(void);
22 M0_INTERNAL void m0_xc_iscservice_isc_fops_fini(void);
23 
24 /* __MOTR_ISCSERVICE_ISC_FOPS_XC_H__ */
25 #endif
26 
M0_INTERNAL void m0_xc_m0_fop_isc_rep_struct_init(void)
Definition: isc_fops_xc.c:135
M0_INTERNAL void m0_xc_m0_fop_isc_struct_init(void)
Definition: isc_fops_xc.c:70
struct m0_xcode_type * m0_fop_isc_rep_xc
Definition: isc_fops_xc.c:11
M0_INTERNAL void m0_xc_iscservice_isc_fops_init(void)
Definition: isc_fops_xc.c:185
struct m0_xcode_type * m0_fop_isc_xc
Definition: isc_fops_xc.c:10
M0_INTERNAL void m0_xc_iscservice_isc_fops_fini(void)
Definition: isc_fops_xc.c:191