In compatibility structure substitute 'struct callout_handle'
to 'struct callout *' pointer of the same size.
This commit is contained in:
parent
0452a1f3ef
commit
13e3c791fc
@ -72,7 +72,7 @@ struct ccb_hdr_0x17 {
|
||||
ccb_ppriv_area periph_priv;
|
||||
ccb_spriv_area sim_priv;
|
||||
u_int32_t timeout; /* Hard timeout value in seconds */
|
||||
struct callout_handle timeout_ch;
|
||||
struct callout *timeout_ch;
|
||||
};
|
||||
|
||||
struct ccb_pathinq_0x17 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user