On Fri, 4 Dec 2015 23:05:16 +0530 Santosh Shukla <sshukla at mvista.com> wrote:
> +#if defined(RTE_ARCH_ARM64) > + uint64_t io_base; > +#else /* !ARM64 */ > uint32_t io_base; > +#endif Is there a typedef that could be used instead of having #ifdef clutter?