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

#include <vio.h>

Data Fields

int(* send_attr )(struct vio_driver_state *vio)
 
int(* handle_attr )(struct vio_driver_state *vio, void *pkt)
 
void(* handshake_complete )(struct vio_driver_state *vio)
 

Detailed Description

Definition at line 303 of file vio.h.

Field Documentation

int(* handle_attr)(struct vio_driver_state *vio, void *pkt)

Definition at line 305 of file vio.h.

void(* handshake_complete)(struct vio_driver_state *vio)

Definition at line 306 of file vio.h.

int(* send_attr)(struct vio_driver_state *vio)

Definition at line 304 of file vio.h.


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