X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=KernelLand%2FModules%2FInterfaces%2FUDI%2Finclude%2Fudi%2Finit.h;fp=KernelLand%2FModules%2FInterfaces%2FUDI%2Finclude%2Fudi%2Finit.h;h=a4d9142be2517f19bf95cd637d278fd273a2e1d4;hb=148a058b4cecbcd5a8e832131aae9f5f7d6bb35f;hp=177e989d8d3d553fbf852e1ba874b7555d225fe8;hpb=fc6ac3673c62c8d09603b7d09e8c322c029f5cf0;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Interfaces/UDI/include/udi/init.h b/KernelLand/Modules/Interfaces/UDI/include/udi/init.h index 177e989d..a4d9142b 100644 --- a/KernelLand/Modules/Interfaces/UDI/include/udi/init.h +++ b/KernelLand/Modules/Interfaces/UDI/include/udi/init.h @@ -259,7 +259,7 @@ struct udi_limits_s * \see ::udi_timer_start_repeating, ::udi_timer_start */ udi_ubit32_t min_timer_res; -} PACKED; +} __attribute__((packed)); /** * \brief Primary Region Context data @@ -279,7 +279,7 @@ struct udi_chan_context_s * \brief Pointer to the driver instance's initial region data */ void *rdata; -} PACKED; +} __attribute__((packed)); /** * \brief Child Channel context