Pip
Architecture-dependent parts of Pip: MAL, IAL and boot
|
Go to the source code of this file.
Macros | |
#define | FALSE 0 |
#define | TRUE 1 |
Typedefs | |
typedef unsigned char | bool_t |
typedef enum retcode_e | retcode_t |
Enumerations | |
enum | retcode_e { RET_SUCCESS = 0, RET_ERROR = -1, RET_SYSCALL_INVALID = -2 } |
#define FALSE 0 |
#define TRUE 1 |
typedef unsigned char bool_t |
enum retcode_e |