fsd_device.c File Reference

Implementation of functions for communication with char device, file fsd_device.c. More...

#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include "fsd_device.h"
#include "fsd_debug.h"
#include "fsd_defines.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

Go to the source code of this file.

Functions

declaration of functions for communication with char device
int fsd_chardevice_open ()
 Open connection to FSC device.
int fsd_chardevice_close (int fsc_device)
 Release device.
int fsd_chardevice_read (int fsc_device, char *buffer)
 Read message from device.
int fsd_chardevice_write (int fsc_device, const char *data, int count)
 Write message to device.


Detailed Description

Implementation of functions for communication with char device, file fsd_device.c.

Author:
Michal Podzimek

Definition in file fsd_device.c.


Generated on Mon May 28 13:33:08 2007 for MYSQLFS by  doxygen 1.5.0