BEST PCIe driver
 All Data Structures Files Functions Variables Macros Pages
BEST_direct_predac.h File Reference

Char driver for direct PreDAC. More...

Go to the source code of this file.

Data Structures

struct  predac_dev_struct
 

Functions

int predac_dev_create (struct predac_dev_struct *dev, struct class *best_class)
 Creates new PreDAC char device. More...
 
void predac_dev_remove (struct predac_dev_struct *dev, struct class *best_class)
 Removes PreDAC char device. More...
 

Detailed Description

Char driver for direct PreDAC.

Author
Jan Marjanovic (j.mar.nosp@m.jano.nosp@m.vic@c.nosp@m.aene.nosp@m.ls.co.nosp@m.m)
Date
July 2014

Function Documentation

int predac_dev_create ( struct predac_dev_struct dev,
struct class *  best_class 
)

Creates new PreDAC char device.

Parameters
devStructure with PreDAC info
best_classClass which this device will be part of
void predac_dev_remove ( struct predac_dev_struct dev,
struct class *  best_class 
)

Removes PreDAC char device.

Parameters
devStructure with PreDAC info
best_classClass which this device will be part of