#include <errno.h>
Go to the source code of this file.
Defines | |
#define | CC_BITSTUFF (0x2) |
#define | CC_BUFFEROVERRRUN (0xc) |
#define | CC_BUFFERUNDERRUN (0xd) |
#define | CC_CRC (0x1) |
#define | CC_DATAOVERRRUN (0x8) |
#define | CC_DATAUNDERRRUN (0x9) |
#define | CC_NOACCESS1 (0xe) |
#define | CC_NOACCESS2 (0xf) |
#define | CC_NOERROR (0x0) |
#define | CC_NORESPONSE (0x5) |
#define | CC_PIDFAIL (0x6) |
#define | CC_PIDUNEXPECTED (0x7) |
#define | CC_STALL (0x4) |
#define | CC_TOGGLE (0x3) |
Functions | |
static int | cc_to_rc (int cc) |
Definition in file completion_codes.h.