Linux Kernel
3.7.1
|
#include <unsolicited_frame_control.h>
Data Fields | |
enum unsolicited_frame_state | state |
struct scu_unsolicited_frame_header * | header |
void * | buffer |
struct sci_unsolicited_frame -
This is the unsolicited frame data structure it acts as the container for the current frame state, frame header and frame buffer.
Definition at line 143 of file unsolicited_frame_control.h.
This field points to the frame buffer data.
Definition at line 157 of file unsolicited_frame_control.h.
This field points to the frame header data.
Definition at line 152 of file unsolicited_frame_control.h.
This field contains the current frame state
Definition at line 147 of file unsolicited_frame_control.h.