Linux Kernel
3.7.1
|
#include <bestcomm.h>
Data Fields | |
u32 | status |
u32 | data [0] |
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.
Definition at line 30 of file bestcomm.h.
Definition at line 29 of file bestcomm.h.