Motr  M0
list_xc.h
Go to the documentation of this file.
1 /* This file is automatically generated from lib/list.h */
2 
3 #pragma once
4 
5 #ifndef __MOTR_LIB_LIST_XC_H__
6 #define __MOTR_LIB_LIST_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_list_link_xc;
16 #endif
17 #if !defined(__KERNEL__)
18 extern struct m0_xcode_type *m0_list_xc;
19 #endif
20 
21 #if !defined(__KERNEL__)
22 M0_INTERNAL void m0_xc_m0_list_link_struct_init(void);
23 #endif
24 #if !defined(__KERNEL__)
25 M0_INTERNAL void m0_xc_m0_list_struct_init(void);
26 #endif
27 
28 
29 M0_INTERNAL void m0_xc_lib_list_init(void);
30 M0_INTERNAL void m0_xc_lib_list_fini(void);
31 
32 /* __MOTR_LIB_LIST_XC_H__ */
33 #endif
34 
M0_INTERNAL void m0_xc_lib_list_init(void)
Definition: list_xc.c:178
M0_INTERNAL void m0_xc_m0_list_link_struct_init(void)
Definition: list_xc.c:85
M0_INTERNAL void m0_xc_lib_list_fini(void)
Definition: list_xc.c:188
M0_INTERNAL void m0_xc_m0_list_struct_init(void)
Definition: list_xc.c:132
struct m0_xcode_type * m0_list_xc
Definition: list_xc.c:14
struct m0_xcode_type * m0_list_link_xc
Definition: list_xc.c:11