Data Fields

hmsg_ctrlmem Struct Reference

Message for memory control operations. More...

Data Fields

long type
struct {
   int   sender_id
   enum hmsg_command   command
 Identifies what queue to use for response.
   int   retval
 Specifies what action to take. Examples are read from or write to memory.
   int   address
   int   size
 Base address for memory operations.
   char   data [HMSG_DATA_SIZE]
 Size of the given data. Needed because data may not be null-terminated.
mtext
 Must be HMT_CTRLMEM.

Detailed Description

Message for memory control operations.

Definition at line 42 of file hmsg.c.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Enumerations Enumerator Defines