diff options
Diffstat (limited to 'src/vnet/dev/errors.h')
-rw-r--r-- | src/vnet/dev/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/dev/errors.h b/src/vnet/dev/errors.h index 2256e1e4203..1f45ce2ba97 100644 --- a/src/vnet/dev/errors.h +++ b/src/vnet/dev/errors.h @@ -14,6 +14,7 @@ _ (DEVICE_NO_REPLY, "no reply from device") \ _ (DMA_MEM_ALLOC_FAIL, "DMA memory allocation error") \ _ (DRIVER_NOT_AVAILABLE, "driver not available") \ + _ (INVALID_ARG, "invalid argument") \ _ (INVALID_BUS, "invalid bus") \ _ (INVALID_DATA, "invalid data") \ _ (INVALID_DEVICE_ID, "invalid device id") \ |