Motr  M0
graph_xc.h
Go to the documentation of this file.
1 /* This file is automatically generated from graph/graph.h */
2 
3 #pragma once
4 
5 #ifndef __MOTR_GRAPH_GRAPH_XC_H__
6 #define __MOTR_GRAPH_GRAPH_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_graph_xc;
15 extern struct m0_xcode_type *m0_garc_xc;
16 extern struct m0_xcode_type *m0_gvertice_xc;
17 
18 M0_INTERNAL void m0_xc_m0_graph_struct_init(void);
19 M0_INTERNAL void m0_xc_m0_garc_struct_init(void);
20 M0_INTERNAL void m0_xc_m0_gvertice_struct_init(void);
21 
22 
23 M0_INTERNAL void m0_xc_graph_graph_init(void);
24 M0_INTERNAL void m0_xc_graph_graph_fini(void);
25 
26 /* __MOTR_GRAPH_GRAPH_XC_H__ */
27 #endif
28 
M0_INTERNAL void m0_xc_graph_graph_fini(void)
Definition: graph_xc.c:269
M0_INTERNAL void m0_xc_m0_graph_struct_init(void)
Definition: graph_xc.c:97
struct m0_xcode_type * m0_garc_xc
Definition: graph_xc.c:11
struct m0_xcode_type * m0_graph_xc
Definition: graph_xc.c:10
M0_INTERNAL void m0_xc_m0_garc_struct_init(void)
Definition: graph_xc.c:117
M0_INTERNAL void m0_xc_m0_gvertice_struct_init(void)
Definition: graph_xc.c:167
M0_INTERNAL void m0_xc_graph_graph_init(void)
Definition: graph_xc.c:262
struct m0_xcode_type * m0_gvertice_xc
Definition: graph_xc.c:12