/* This header file is for exposing functions in ice_vf_lib.c to other files * which are also conditionally compiled depending on CONFIG_PCI_IOV. * Functions which may be used by other files should be exposed as part of * ice_vf_lib.h * * Functions in this file are exposed only when CONFIG_PCI_IOV is enabled, and * thus this header must not be included by .c files which may be compiled * with CONFIG_PCI_IOV disabled. * * To avoid this, only include this header file directly within .c files that * are conditionally enabled in the "ice-$(CONFIG_PCI_IOV)" block.
*/
#ifndef CONFIG_PCI_IOV #warning"Only include ice_vf_lib_private.h in CONFIG_PCI_IOV virtualization files" #endif