]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_pci.h
eal: add keep alive monitoring
[dpdk.git] / lib / librte_eal / common / include / rte_pci.h
index 83e3c28cac24936e90507b99fdf128e190f36cb4..334c12e55db905fdc6af16df33d851b599136248 100644 (file)
@@ -1,7 +1,7 @@
 /*-
  *   BSD LICENSE
  *
- *   Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
+ *   Copyright(c) 2010-2015 Intel Corporation. All rights reserved.
  *   All rights reserved.
  *
  *   Redistribution and use in source and binary forms, with or without
@@ -149,6 +149,7 @@ enum rte_kernel_driver {
        RTE_KDRV_VFIO,
        RTE_KDRV_UIO_GENERIC,
        RTE_KDRV_NIC_UIO,
+       RTE_KDRV_NONE,
 };
 
 /**