X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FInterfaces%2FUDI%2Finclude%2Fudi%2Fbuf.h;h=e82651f31f3d9b0a4d8d0af9edba348b42d48ef9;hb=148a058b4cecbcd5a8e832131aae9f5f7d6bb35f;hp=fa2428b7e5290f43e0730926bd200f33ecd711fd;hpb=fc6ac3673c62c8d09603b7d09e8c322c029f5cf0;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Interfaces/UDI/include/udi/buf.h b/KernelLand/Modules/Interfaces/UDI/include/udi/buf.h index fa2428b7..e82651f3 100644 --- a/KernelLand/Modules/Interfaces/UDI/include/udi/buf.h +++ b/KernelLand/Modules/Interfaces/UDI/include/udi/buf.h @@ -17,7 +17,7 @@ typedef void udi_buf_write_call_t(udi_cb_t *gcb, udi_buf_t *new_dst_buf); struct udi_buf_s { udi_size_t buf_size; - Uint8 Data[]; //!< ENVIRONMENT ONLY + udi_ubit8_t Data[]; //!< ENVIRONMENT ONLY }; /**