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

#include <hdlcdrv.h>

Data Fields

const chardrvname
 
const chardrvinfo
 
int(* open )(struct net_device *)
 
int(* close )(struct net_device *)
 
int(* ioctl )(struct net_device *, struct ifreq *, struct hdlcdrv_ioctl *, int)
 

Detailed Description

Definition at line 70 of file hdlcdrv.h.

Field Documentation

int(* close)(struct net_device *)

Definition at line 80 of file hdlcdrv.h.

const char* drvinfo

Definition at line 75 of file hdlcdrv.h.

const char* drvname

Definition at line 74 of file hdlcdrv.h.

Definition at line 81 of file hdlcdrv.h.

int(* open)(struct net_device *)

Definition at line 79 of file hdlcdrv.h.


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