File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ enum mrpc_status {
6565};
6666
6767struct event {
68- uint32_t hdr ;
69- uint32_t data [5 ];
68+ u32 hdr ;
69+ u32 data [5 ];
7070};
7171
7272
@@ -114,9 +114,9 @@ struct sw_event_regs {
114114 u32 gfms_event_hdr ; //Event specific for PAX
115115 u32 gfms_event_data ;
116116 u32 reserved17 [4 ];
117- uint32_t reserved18 [60 ];
117+ u32 reserved18 [60 ];
118118 struct event customer_events [6 ];
119- uint32_t reserved19 [320 ];
119+ u32 reserved19 [320 ];
120120} __packed ;
121121
122122enum {
@@ -220,9 +220,9 @@ struct part_cfg_regs {
220220 u32 dyn_binding_data [5 ];
221221 u32 intercomm_notify_hdr ;
222222 u32 intercomm_notify_data [5 ];
223- uint32_t reserved4 [114 ];
223+ u32 reserved4 [114 ];
224224 struct event customer_events [6 ];
225- uint32_t reserved5 [3 ];
225+ u32 reserved5 [3 ];
226226} __packed ;
227227
228228enum {
@@ -363,9 +363,9 @@ struct pff_csr_regs {
363363 u32 credit_timeout_data [5 ];
364364 u32 link_state_hdr ;
365365 u32 link_state_data [5 ];
366- uint32_t reserved4 [66 ];
366+ u32 reserved4 [66 ];
367367 struct event customer_events [6 ];
368- uint32_t reserved5 [72 ];
368+ u32 reserved5 [72 ];
369369} __packed ;
370370
371371struct switchtec_ntb ;
You can’t perform that action at this time.
0 commit comments