EMLXS_ERRNO_START
#define EMLXS_REBOOT_REQUIRED (EMLXS_ERRNO_START + 7) /* Reboot */
#define EMLXS_ERRNO_END (EMLXS_ERRNO_START + 7)
#define EMLXS_TEST_FAILED (EMLXS_ERRNO_START + 0) /* Diagnostic */
#define EMLXS_IMAGE_BAD (EMLXS_ERRNO_START + 1) /* Image has */
#define EMLXS_IMAGE_INCOMPATIBLE (EMLXS_ERRNO_START + 2) /* Image not */
#define EMLXS_IMAGE_FAILED (EMLXS_ERRNO_START + 3) /* Image */
#define EMLXS_OFFLINE_FAILED (EMLXS_ERRNO_START + 4) /* Unable to */
#define EMLXS_NO_BOOT_CODE (EMLXS_ERRNO_START + 5) /* No boot */
#define EMLXS_OP_NOT_SUP (EMLXS_ERRNO_START + 6) /* Operation */