Motr  M0
extmap_xc.h
Go to the documentation of this file.
1 /* This file is automatically generated from be/extmap.h */
2 
3 #pragma once
4 
5 #ifndef __MOTR_BE_EXTMAP_XC_H__
6 #define __MOTR_BE_EXTMAP_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_be_emap_seg_xc;
16 #endif
17 
18 #if !defined(__KERNEL__)
19 M0_INTERNAL void m0_xc_m0_be_emap_seg_struct_init(void);
20 #endif
21 
22 
23 M0_INTERNAL void m0_xc_be_extmap_init(void);
24 M0_INTERNAL void m0_xc_be_extmap_fini(void);
25 
26 /* __MOTR_BE_EXTMAP_XC_H__ */
27 #endif
28 
M0_INTERNAL void m0_xc_be_extmap_init(void)
Definition: extmap_xc.c:124
struct m0_xcode_type * m0_be_emap_seg_xc
Definition: extmap_xc.c:11
M0_INTERNAL void m0_xc_be_extmap_fini(void)
Definition: extmap_xc.c:131
M0_INTERNAL void m0_xc_m0_be_emap_seg_struct_init(void)
Definition: extmap_xc.c:58