Motr  M0
tlist_xc.h
Go to the documentation of this file.
1 /* This file is automatically generated from lib/tlist.h */
2 
3 #pragma once
4 
5 #ifndef __MOTR_LIB_TLIST_XC_H__
6 #define __MOTR_LIB_TLIST_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_tl_descr_xc;
16 #endif
17 #if !defined(__KERNEL__)
18 extern struct m0_xcode_type *m0_tl_xc;
19 #endif
20 #if !defined(__KERNEL__)
21 extern struct m0_xcode_type *m0_tlink_xc;
22 #endif
23 
24 #if !defined(__KERNEL__)
25 M0_INTERNAL void m0_xc_m0_tl_descr_struct_init(void);
26 #endif
27 #if !defined(__KERNEL__)
28 M0_INTERNAL void m0_xc_m0_tl_struct_init(void);
29 #endif
30 #if !defined(__KERNEL__)
31 M0_INTERNAL void m0_xc_m0_tlink_struct_init(void);
32 #endif
33 
34 
35 M0_INTERNAL void m0_xc_lib_tlist_init(void);
36 M0_INTERNAL void m0_xc_lib_tlist_fini(void);
37 
38 /* __MOTR_LIB_TLIST_XC_H__ */
39 #endif
40 
struct m0_xcode_type * m0_tlink_xc
Definition: tlist_xc.c:17
struct m0_xcode_type * m0_tl_descr_xc
Definition: tlist_xc.c:11
M0_INTERNAL void m0_xc_m0_tl_struct_init(void)
Definition: tlist_xc.c:229
M0_INTERNAL void m0_xc_lib_tlist_init(void)
Definition: tlist_xc.c:297
M0_INTERNAL void m0_xc_m0_tlink_struct_init(void)
Definition: tlist_xc.c:271
M0_INTERNAL void m0_xc_m0_tl_descr_struct_init(void)
Definition: tlist_xc.c:132
M0_INTERNAL void m0_xc_lib_tlist_fini(void)
Definition: tlist_xc.c:310
struct m0_xcode_type * m0_tl_xc
Definition: tlist_xc.c:14