Motr  M0
update_xc.h
Go to the documentation of this file.
1 /* This file is automatically generated from dtm/update.h */
2 
3 #pragma once
4 
5 #ifndef __MOTR_DTM_UPDATE_XC_H__
6 #define __MOTR_DTM_UPDATE_XC_H__
7 
8 #ifndef __KERNEL__
9 #include <sys/types.h>
10 #endif
11 
12 #include "xcode/xcode.h"
13 
16 extern struct m0_xcode_type *m0_dtm_history_id_xc;
17 
18 M0_INTERNAL void m0_xc_m0_dtm_update_descr_struct_init(void);
19 M0_INTERNAL void m0_xc_m0_dtm_update_data_struct_init(void);
20 M0_INTERNAL void m0_xc_m0_dtm_history_id_struct_init(void);
21 
22 
23 M0_INTERNAL void m0_xc_dtm_update_init(void);
24 M0_INTERNAL void m0_xc_dtm_update_fini(void);
25 
26 /* __MOTR_DTM_UPDATE_XC_H__ */
27 #endif
28 
M0_INTERNAL void m0_xc_dtm_update_init(void)
Definition: update_xc.c:279
M0_INTERNAL void m0_xc_m0_dtm_history_id_struct_init(void)
Definition: update_xc.c:214
M0_INTERNAL void m0_xc_m0_dtm_update_data_struct_init(void)
Definition: update_xc.c:149
struct m0_xcode_type * m0_dtm_history_id_xc
Definition: update_xc.c:12
struct m0_xcode_type * m0_dtm_update_descr_xc
Definition: update_xc.c:10
M0_INTERNAL void m0_xc_dtm_update_fini(void)
Definition: update_xc.c:286
M0_INTERNAL void m0_xc_m0_dtm_update_descr_struct_init(void)
Definition: update_xc.c:99
struct m0_xcode_type * m0_dtm_update_data_xc
Definition: update_xc.c:11