Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
rms_sh.h File Reference
#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 */
 

Macro Definition Documentation

#define RMS_BUFDESC   0x20000000 /* Arg1 SM buf, Arg2 SM size */

Definition at line 35 of file rms_sh.h.

#define RMS_CODE   0 /* Program space */

Definition at line 26 of file rms_sh.h.

#define RMS_COMMANDBUFSIZE   256 /* Size of command buffer */

Definition at line 30 of file rms_sh.h.

#define RMS_DATA   1 /* Data space */

Definition at line 27 of file rms_sh.h.

#define RMS_EXIT   0x80000000 /* GPP->Node: shutdown */

Definition at line 33 of file rms_sh.h.

#define RMS_EXITACK   0x40000000 /* Node->GPP: ack shutdown */

Definition at line 34 of file rms_sh.h.

#define RMS_KILLTASK   0x10000000 /* GPP->Node: Kill Task */

Definition at line 36 of file rms_sh.h.