OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [peripheral/] [ethernet_i.h] - Diff between revs 744 and 849

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 744 Rev 849
Line 21... Line 21...
#ifndef __OR1KSIM_PERIPHERAL_ETHERNET_I_H
#ifndef __OR1KSIM_PERIPHERAL_ETHERNET_I_H
#define __OR1KSIM_PERIPHERAL_ETHERNET_I_H
#define __OR1KSIM_PERIPHERAL_ETHERNET_I_H
 
 
#include "ethernet.h"
#include "ethernet.h"
#include "config.h"
#include "config.h"
 
 
 
#ifdef HAVE_ETH_PHY
#include <netpacket/packet.h>
#include <netpacket/packet.h>
 
#endif /* HAVE_ETH_PHY */
#include <sys/ioctl.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/socket.h>
#include <net/if.h>
#include <net/if.h>
 
 
/*
/*
Line 188... Line 191...
    unsigned char rx_buff[ETH_MAXPL];
    unsigned char rx_buff[ETH_MAXPL];
    unsigned char tx_buff[ETH_MAXPL];
    unsigned char tx_buff[ETH_MAXPL];
    unsigned char lo_buff[ETH_MAXPL];
    unsigned char lo_buff[ETH_MAXPL];
};
};
 
 
 
 
 
 
 
 
#endif /* __OR1KSIM_PERIPHERAL_ETHERNET_I_H */
#endif /* __OR1KSIM_PERIPHERAL_ETHERNET_I_H */
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.