#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>
#include "llc.h"
Classes | |
struct | llc_serial_priv |
Private driver data. More... | |
Functions | |
const char _ID_[] | __attribute__ ((unused))="$Id: llc_serial.c,v 1.5 2004/07/07 22:07:11 alpha Exp $" |
otto_device * | llc_serial_open (const char *fname) |
int | llc_serial_close (struct otto_device *dev) |
int | llc_serial_write (struct otto_device *dev, int bus, union otto_packet *pkt) |
int | llc_serial_read (struct otto_device *dev, int bus, union otto_packet *pkt) |
int | llc_serial_control (struct otto_device *dev, int bus, void *data, int cmd) |
void | __attribute ((constructor)) |
Variables | |
otto_driver | llc_serial_drv |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value:
|