Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
rpmsg_hdr Struct Reference

#include <rpmsg.h>

Data Fields

u32 src
 
u32 dst
 
u32 reserved
 
u16 len
 
u16 flags
 
u8 data [0]
 

Detailed Description

struct rpmsg_hdr - common header for all rpmsg messages : source address : destination address : reserved for future use : length of payload (in bytes) : message flags : bytes of message payload data

Every message sent(/received) on the rpmsg bus begins with this header.

Definition at line 58 of file rpmsg.h.

Field Documentation

u8 data[0]

Definition at line 64 of file rpmsg.h.

u32 dst

Definition at line 60 of file rpmsg.h.

u16 flags

Definition at line 63 of file rpmsg.h.

u16 len

Definition at line 62 of file rpmsg.h.

u32 reserved

Definition at line 61 of file rpmsg.h.

Definition at line 59 of file rpmsg.h.


The documentation for this struct was generated from the following file: