Motr  M0
client_internal_xc.c
Go to the documentation of this file.
1 /* This file is automatically generated from motr/client_internal.h */
2 
3 #include "lib/misc.h" /* offsetof */
4 #include "lib/assert.h"
5 #include "xcode/xcode.h"
6 
7 #include "motr/client_internal.h"
9 
10 
11 
12 
14  { .xev_idx = 0, .xev_name = "COB_REQ_ACTIVE", .xev_val = 0 },
15  { .xev_idx = 1, .xev_name = "COB_REQ_SENDING", .xev_val = 1 },
16  { .xev_idx = 2, .xev_name = "COB_REQ_DONE", .xev_val = 2 },
17  { .xev_idx = -1, .xev_name = "Invalid value of enum 'm0_cob_req_states'." }
18 };
19 
21  .xe_name = "m0_cob_req_states",
22  .xe_nr = 3,
23  .xe_val = m0_cob_req_states_data,
24  .xe_maxlen = 15
25 };
26 
27 M0_INTERNAL void m0_xc_motr_client_internal_init(void)
28 {
29 }
30 
31 M0_INTERNAL void m0_xc_motr_client_internal_fini(void)
32 {
33 }
M0_INTERNAL void m0_xc_motr_client_internal_fini(void)
const char * xe_name
Definition: enum.h:58
const struct m0_xcode_enum_val m0_cob_req_states_data[]
struct m0_xcode_enum m0_xc_m0_cob_req_states_enum
M0_INTERNAL void m0_xc_motr_client_internal_init(void)