Motr  M0
operation_xc.h
Go to the documentation of this file.
1 /* This file is automatically generated from dtm/operation.h */
2 
3 #pragma once
4 
5 #ifndef __MOTR_DTM_OPERATION_XC_H__
6 #define __MOTR_DTM_OPERATION_XC_H__
7 
8 #ifndef __KERNEL__
9 #include <sys/types.h>
10 #endif
11 
12 #include "xcode/xcode.h"
13 
15 extern struct m0_xcode_type *m0_dtm_oper_descr_xc;
16 
17 M0_INTERNAL void m0_xc_m0_dtm_oper_updates_struct_init(void);
18 M0_INTERNAL void m0_xc_m0_dtm_oper_descr_struct_init(void);
19 
20 
21 M0_INTERNAL void m0_xc_dtm_operation_init(void);
22 M0_INTERNAL void m0_xc_dtm_operation_fini(void);
23 
24 /* __MOTR_DTM_OPERATION_XC_H__ */
25 #endif
26 
M0_INTERNAL void m0_xc_dtm_operation_init(void)
Definition: operation_xc.c:117
M0_INTERNAL void m0_xc_m0_dtm_oper_updates_struct_init(void)
Definition: operation_xc.c:62
M0_INTERNAL void m0_xc_dtm_operation_fini(void)
Definition: operation_xc.c:123
struct m0_xcode_type * m0_dtm_oper_updates_xc
Definition: operation_xc.c:10
M0_INTERNAL void m0_xc_m0_dtm_oper_descr_struct_init(void)
Definition: operation_xc.c:97
struct m0_xcode_type * m0_dtm_oper_descr_xc
Definition: operation_xc.c:11