Motr  M0
btree_xc.h
Go to the documentation of this file.
1 /* This file is automatically generated from be/btree.h */
2 
3 #pragma once
4 
5 #ifndef __MOTR_BE_BTREE_XC_H__
6 #define __MOTR_BE_BTREE_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_btree_xc;
16 #endif
17 #if !defined(__KERNEL__)
19 #endif
20 
21 #if !defined(__KERNEL__)
22 M0_INTERNAL void m0_xc_m0_be_btree_struct_init(void);
23 #endif
24 #if !defined(__KERNEL__)
25 M0_INTERNAL void m0_xc_m0_be_btree_backlink_struct_init(void);
26 #endif
27 
29 
30 M0_INTERNAL void m0_xc_be_btree_init(void);
31 M0_INTERNAL void m0_xc_be_btree_fini(void);
32 
33 /* __MOTR_BE_BTREE_XC_H__ */
34 #endif
35 
struct m0_xcode_type * m0_be_btree_backlink_xc
Definition: btree_xc.c:14
M0_INTERNAL void m0_xc_be_btree_fini(void)
Definition: btree_xc.c:354
struct m0_xcode_enum m0_xc_m0_be_btree_type_enum
Definition: btree_xc.c:133
struct m0_xcode_type * m0_be_btree_xc
Definition: btree_xc.c:11
M0_INTERNAL void m0_xc_be_btree_init(void)
Definition: btree_xc.c:344
M0_INTERNAL void m0_xc_m0_be_btree_backlink_struct_init(void)
Definition: btree_xc.c:278
M0_INTERNAL void m0_xc_m0_be_btree_struct_init(void)
Definition: btree_xc.c:141