]> git.droids-corp.org - dpdk.git/blobdiff - lib/eal/include/rte_vfio.h
ip_frag: add IPv4 options fragment
[dpdk.git] / lib / eal / include / rte_vfio.h
index e7a87454beadb11029802ad92a18674ac2848f99..7bdb8932b2bd3167433b6ac64195d65db7acb69c 100644 (file)
@@ -14,6 +14,7 @@
 extern "C" {
 #endif
 
+#include <stdbool.h>
 #include <stdint.h>
 
 /*
@@ -149,8 +150,7 @@ int rte_vfio_enable(const char *modname);
 /**
  * Check whether a VFIO-related kmod is enabled.
  *
- * This function is only relevant to linux and will return
- * an error on BSD.
+ * This function is only relevant to Linux.
  *
  * @param modname
  *   kernel module name.
@@ -164,8 +164,7 @@ int rte_vfio_is_enabled(const char *modname);
 /**
  * Whether VFIO NOIOMMU mode is enabled.
  *
- * This function is only relevant to linux and will return
- * an error on BSD.
+ * This function is only relevant to Linux.
  *
  * @return
  *   1 if true.