Motr  M0
fl_xc.h
Go to the documentation of this file.
1 /* This file is automatically generated from be/fl.h */
2 
3 #pragma once
4 
5 #ifndef __MOTR_BE_FL_XC_H__
6 #define __MOTR_BE_FL_XC_H__
7 
8 #ifndef __KERNEL__
9 #include <sys/types.h>
10 #endif
11 
12 #include "xcode/xcode.h"
13 
14 #if !defined(__KERNEL__)
15 extern struct m0_xcode_type *m0_be_fl_size_xc;
16 #endif
17 #if !defined(__KERNEL__)
18 extern struct m0_xcode_type *m0_be_fl_xc;
19 #endif
20 
21 #if !defined(__KERNEL__)
22 M0_INTERNAL void m0_xc_m0_be_fl_size_struct_init(void);
23 #endif
24 #if !defined(__KERNEL__)
25 M0_INTERNAL void m0_xc_m0_be_fl_struct_init(void);
26 #endif
27 
28 
29 M0_INTERNAL void m0_xc_be_fl_init(void);
30 M0_INTERNAL void m0_xc_be_fl_fini(void);
31 
32 /* __MOTR_BE_FL_XC_H__ */
33 #endif
34 
M0_INTERNAL void m0_xc_be_fl_fini(void)
Definition: fl_xc.c:135
M0_INTERNAL void m0_xc_m0_be_fl_size_struct_init(void)
Definition: fl_xc.c:77
struct m0_xcode_type * m0_be_fl_size_xc
Definition: fl_xc.c:11
struct m0_xcode_type * m0_be_fl_xc
Definition: fl_xc.c:14
M0_INTERNAL void m0_xc_m0_be_fl_struct_init(void)
Definition: fl_xc.c:104
M0_INTERNAL void m0_xc_be_fl_init(void)
Definition: fl_xc.c:125