Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include "lan7800.h"
#include <clock.h>
#include <ether.h>
#include <memory.h>
#include <platform.h>
#include <semaphore.h>
#include <stdlib.h>
#include <usb_core_driver.h>
#include "../../system/platforms/arm-rpi3/bcm2837_mbox.h"
#include <string.h>
#include <kernel.h>
Functions | |
usb_status_t | lan7800_wait_device_attached (ushort minor) |
devcall | etherInit (device *devptr) |
Variables | |
struct ether | ethertab [NETHER] |
uchar | addr [ETH_ADDR_LEN] = {0} |