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. |
Message for memory control operations.
Definition at line 42 of file hmsg.c.