123456789101112131415161718192021222324252627282930313233 |
- #define ERR_NONE 0
- #define ERR_ALREADY_BOOT 1000
- #define EPOF_BAD_MAGIC 1001
- #define ERR_BOARD_DPRAM 1002
- #define EPOF_INTERNAL 1003
- #define EPOF_BAD_IMG_SIZE 1004
- #define ERR_BOOTIMG_FAIL 1005
- #define ERR_BOOTSEQ_FAIL 1006
- #define ERR_POF_TIMEOUT 1007
- #define ERR_NOT_BOOTED 1008
- #define ERR_CONF_LONG 1009
- #define ERR_INV_CHAN 1010
- #define ERR_ASYNC_TIME 1011
|