Defines | |
#define | YB_SUCCESS 1 |
#define | YB_EVENT_NOT_SWAPPED 2 |
#define | YB_DONE 2 |
#define | YB_WRONG_BANK_TYPE -100 |
#define | YB_BANK_NOT_FOUND -101 |
#define | YB_SWAP_ERROR -102 |
#define | YB_NOMORE_SLOT -103 |
#define | YB_UNKNOWN_FORMAT -104 |
|
Bank not found Definition at line 139 of file ybos.h. Referenced by ybk_find(), and ybk_locate(). |
|
Operation complete |
|
Not swapped |
|
No more space for fragment |
|
Ok Definition at line 135 of file ybos.h. Referenced by ybk_find(). |
|
Error swapping |
|
Unknown format (see YBOS format) |
|
Wrong bank type (see YBOS Bank Types) Definition at line 138 of file ybos.h. Referenced by ybk_find(), ybk_iterate(), ybk_list(), and ybk_locate(). |