]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - ubuntu/vbox/include/iprt/err.h
UBUNTU: ubuntu: vbox -- Update to 5.1.14-dfsg-1
[mirror_ubuntu-zesty-kernel.git] / ubuntu / vbox / include / iprt / err.h
index 3d411ed7fa3f91bd9f1470f1412c28fc4cd0c5f7..3075b2e46359c3545fce888d7d0f6dbe95f96f16 100644 (file)
@@ -950,6 +950,8 @@ RT_C_DECLS_END
 /** Process does not have the increase quota (IQ) privilege needed for
  * creating a process as a given user. IQ is also called 'Increase quotas'. */
 #define VERR_PROC_IQ_PRIV_NOT_HELD          (-22413)
+/** The system has too many CPUs. */
+#define VERR_MP_TOO_MANY_CPUS               (-22414)
 /** @} */
 
 
@@ -2130,6 +2132,8 @@ RT_C_DECLS_END
 #define VERR_ASN1_INVALID_DATA_POINTER              (-22854)
 /** The ASN.1 encoding is too deeply nested for the decoder. */
 #define VERR_ASN1_TOO_DEEPLY_NESTED                 (-22855)
+/** Generic unexpected object ID error. */
+#define VERR_ASN1_UNEXPECTED_OBJ_ID                 (-22856)
 
 /** ANS.1 internal error 1. */
 #define VERR_ASN1_INTERNAL_ERROR_1                  (-22895)