Motr  M0
ag_xc.h
Go to the documentation of this file.
1 /* This file is automatically generated from cm/ag.h */
2 
3 #pragma once
4 
5 #ifndef __MOTR_CM_AG_XC_H__
6 #define __MOTR_CM_AG_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_cm_ag_id_xc;
15 
16 M0_INTERNAL void m0_xc_m0_cm_ag_id_struct_init(void);
17 
18 
19 M0_INTERNAL void m0_xc_cm_ag_init(void);
20 M0_INTERNAL void m0_xc_cm_ag_fini(void);
21 
22 /* __MOTR_CM_AG_XC_H__ */
23 #endif
24 
M0_INTERNAL void m0_xc_cm_ag_fini(void)
Definition: ag_xc.c:79
M0_INTERNAL void m0_xc_cm_ag_init(void)
Definition: ag_xc.c:74
M0_INTERNAL void m0_xc_m0_cm_ag_id_struct_init(void)
Definition: ag_xc.c:39
struct m0_xcode_type * m0_cm_ag_id_xc
Definition: ag_xc.c:10