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

#include <bestcomm.h>

Data Fields

u32 status
 
u32 data [0]
 

Detailed Description

struct bcom_bd - Structure describing a generic BestComm buffer descriptor : The current status of this buffer. Exact meaning depends on the task type : An array of u32 extra data. Size of array is task dependent.

Note: Don't dereference a bcom_bd pointer as an array. The size of the bcom_bd is variable. Use bcom_get_bd() instead.

Definition at line 28 of file bestcomm.h.

Field Documentation

u32 data[0]

Definition at line 30 of file bestcomm.h.

Definition at line 29 of file bestcomm.h.


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