X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=KernelLand%2FModules%2FInterfaces%2FUDI%2Finclude%2Fudi%2Farch%2Fx86.h;fp=KernelLand%2FModules%2FInterfaces%2FUDI%2Finclude%2Fudi%2Farch%2Fx86.h;h=4608aa3634eccd29bab82fa48d1186ddd6775126;hb=cfc191d2b10c69eada62608e0a088719fe7e4b1f;hp=3018e8ab3be90d9096644de06adec12d8a3d0fb0;hpb=35f7d0523c463a6b6cc4d859c2e05234bdb0c6b8;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Interfaces/UDI/include/udi/arch/x86.h b/KernelLand/Modules/Interfaces/UDI/include/udi/arch/x86.h index 3018e8ab..4608aa36 100644 --- a/KernelLand/Modules/Interfaces/UDI/include/udi/arch/x86.h +++ b/KernelLand/Modules/Interfaces/UDI/include/udi/arch/x86.h @@ -10,7 +10,7 @@ typedef uint32_t udi_size_t; /* buffer size */ typedef udi_ubit8_t udi_index_t; /* zero-based index type */ typedef void *_udi_handle_t; -#define _NULL_HANDLE NULL +#define _NULL_HANDLE ((void*)0) /* Channel Handle */ typedef _udi_handle_t *udi_channel_t;