]> git.droids-corp.org - dpdk.git/blobdiff - drivers/common/sfc_efx/base/efx_check.h
common/sfc_efx/base: add mport alias MCDI wrappers
[dpdk.git] / drivers / common / sfc_efx / base / efx_check.h
index 9e288f272aad6dffd72e160e8e0c10b293371379..66b38eeae052f106eed5f1956742145091445407 100644 (file)
 # endif
 #endif /* EFSYS_OPT_MAE */
 
+#if EFSYS_OPT_VIRTIO
+# if !EFSYS_OPT_RIVERHEAD
+#  error "VIRTIO requires RIVERHEAD"
+# endif
+# if !EFSYS_HAS_UINT64
+#  error "VIRTIO requires UINT64"
+# endif
+#endif /* EFSYS_OPT_VIRTIO */
+
 #endif /* _SYS_EFX_CHECK_H */