|
Linux Kernel
3.7.1
|
#include <dspbridge/rmstypes.h>Go to the source code of this file.
Data Structures | |
| struct | rms_command |
| struct | rms_strm_def |
| struct | rms_msg_args |
| struct | rms_more_task_args |
Macros | |
| #define | RMS_CODE 0 /* Program space */ |
| #define | RMS_DATA 1 /* Data space */ |
| #define | RMS_COMMANDBUFSIZE 256 /* Size of command buffer */ |
| #define | RMS_EXIT 0x80000000 /* GPP->Node: shutdown */ |
| #define | RMS_EXITACK 0x40000000 /* Node->GPP: ack shutdown */ |
| #define | RMS_BUFDESC 0x20000000 /* Arg1 SM buf, Arg2 SM size */ |
| #define | RMS_KILLTASK 0x10000000 /* GPP->Node: Kill Task */ |
| #define RMS_BUFDESC 0x20000000 /* Arg1 SM buf, Arg2 SM size */ |
| #define RMS_EXITACK 0x40000000 /* Node->GPP: ack shutdown */ |
1.8.2