Linux Kernel
3.7.1
|
#include <message.h>
Data Fields | |
volatile ReqMessage | req_queue [MAX_MESSAGES] |
volatile RspMessage | rsp_queue [MAX_MESSAGES] |
volatile unsigned char | req_head |
volatile unsigned char | req_tail |
volatile unsigned char | rsp_head |
volatile unsigned char | rsp_tail |
volatile unsigned long | signature |
volatile unsigned long | trace_enable |
volatile unsigned char | reserved [4] |
volatile ReqMessage req_queue[MAX_MESSAGES] |
volatile RspMessage rsp_queue[MAX_MESSAGES] |