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

Char driver for direct TetrAmm. More...

Go to the source code of this file.

Data Structures

struct  tetramm_dev_struct
 

Functions

int tetramm_dev_create (struct tetramm_dev_struct *dev, struct class *best_class)
 Creates new TetrAmm char device. More...
 
void tetramm_dev_remove (struct tetramm_dev_struct *dev, struct class *best_class)
 Removes TetrAmm char device. More...
 

Detailed Description

Char driver for direct TetrAmm.

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 tetramm_dev_create ( struct tetramm_dev_struct dev,
struct class *  best_class 
)

Creates new TetrAmm char device.

Parameters
devStructure with TetrAmm info
best_classClass which this device will be part of
void tetramm_dev_remove ( struct tetramm_dev_struct dev,
struct class *  best_class 
)

Removes TetrAmm char device.

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