#include <sys/types.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <unistd.h>
#include <stdio.h>
#include <otto/otto.h>
#include <otto/packet.h>
#include <otto/device.h>
#include <otto/control.h>
Functions | |
const char _ID_[] | __attribute__ ((unused))="$Id: dummy.c,v 1.2 2004/07/07 22:07:11 alpha Exp $" |
otto_device * | dummy_open (const char *fname) |
int | dummy_close (struct otto_device *dev) |
int | dummy_write (struct otto_device *dev, int bus, union otto_packet *pkt) |
int | dummy_read (struct otto_device *dev, int bus, union otto_packet *pkt) |
int | dummy_control (struct otto_device *dev, int bus, void *data, int cmd) |
void | __attribute ((constructor)) |
Variables | |
otto_driver | dummy_drv |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value:
|