Go to the documentation of this file.
27 #ifndef _INTERNAL_COM_H
28 #define _INTERNAL_COM_H
30 #define INTERNAL_COMM_MSG_TYPE_CTRL (1 << 16)
31 #define INTERNAL_COMM_MSG_TYPE_DATA (1 << 18)
33 #define INTERNAL_COMM_CTRL_FINISHED (1 << 0)
34 #define INTERNAL_COMM_CTRL_ACK (1 << 1)