Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | ERR_NONE 0 /* no error occurred */ |
#define | ERR_ALREADY_BOOT 1000 /* we are already booting */ |
#define | EPOF_BAD_MAGIC 1001 /* bad magic in POF header */ |
#define | ERR_BOARD_DPRAM 1002 /* board DPRAM failed */ |
#define | EPOF_INTERNAL 1003 /* internal POF handler error */ |
#define | EPOF_BAD_IMG_SIZE 1004 /* POF boot image size invalid */ |
#define | ERR_BOOTIMG_FAIL 1005 /* 1. stage boot image did not start */ |
#define | ERR_BOOTSEQ_FAIL 1006 /* 2. stage boot seq handshake timeout */ |
#define | ERR_POF_TIMEOUT 1007 /* timeout waiting for card pof ready */ |
#define | ERR_NOT_BOOTED 1008 /* operation only allowed when booted */ |
#define | ERR_CONF_LONG 1009 /* conf line is too long */ |
#define | ERR_INV_CHAN 1010 /* invalid channel number */ |
#define | ERR_ASYNC_TIME 1011 /* timeout sending async data */ |
Definition at line 22 of file hysdn_if.h.
Definition at line 21 of file hysdn_if.h.
#define ERR_ALREADY_BOOT 1000 /* we are already booting */ |
Definition at line 18 of file hysdn_if.h.
Definition at line 29 of file hysdn_if.h.
#define ERR_BOARD_DPRAM 1002 /* board DPRAM failed */ |
Definition at line 20 of file hysdn_if.h.
Definition at line 23 of file hysdn_if.h.
Definition at line 24 of file hysdn_if.h.
Definition at line 27 of file hysdn_if.h.
Definition at line 28 of file hysdn_if.h.
Definition at line 17 of file hysdn_if.h.
#define ERR_NOT_BOOTED 1008 /* operation only allowed when booted */ |
Definition at line 26 of file hysdn_if.h.