2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-01-18 21:43:14 +00:00

Add EBADIMG, EIMGRET, ETIMEDOUT and EINVAL

This commit is contained in:
Michael Brown 2005-05-18 14:41:53 +00:00
parent 8e1d7b8a4a
commit 0eb4d9973c

View File

@ -118,7 +118,12 @@
*
*/
#define ENOMEM PXENV_STATUS_OUT_OF_RESOURCES
#define ENOERR 0x00
#define ENOMEM PXENV_STATUS_OUT_OF_RESOURCES
#define EBADIMG 0xd0
#define EIMGRET 0xd1
#define ETIMEDOUT 0xd2
#define EINVAL 0xd3
/* Data structures and declarations */