[dpdk-dev] [PATCH 3/6] virtio: armv7/v8: Introdice api to emulate x86-style of PCI/ISA ioport access

Stephen Hemminger stephen at networkplumber.org
Mon Dec 7 18:09:36 CET 2015


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?


More information about the dev mailing list