forked from Imagelibrary/rtems
@@ -1,4 +1,5 @@
|
||||
#include <rtems.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/mbuf.h>
|
||||
#include <bsp/irq.h>
|
||||
#include <libchip/cs8900.h>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
/*Note: this file is copy from 7312 BSP, and untested yet*/
|
||||
#include <rtems.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/mbuf.h>
|
||||
#include <bsp/irq.h>
|
||||
#include <libchip/cs8900.h>
|
||||
|
||||
@@ -110,6 +110,7 @@
|
||||
#include <inttypes.h>
|
||||
|
||||
#include <rtems/rtems_bsdnet.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/mbuf.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/sockio.h>
|
||||
|
||||
@@ -59,6 +59,7 @@ static inline void *rmalloc(size_t l) { return malloc(l); }
|
||||
static inline void rfree(void *p) { return free(p); }
|
||||
|
||||
#define _KERNEL
|
||||
#include <sys/param.h>
|
||||
#include <sys/mbuf.h>
|
||||
|
||||
static void
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
#include <rtems.h>
|
||||
#include <rtems/rtems_bsdnet_internal.h>
|
||||
#include <bsp.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/mbuf.h>
|
||||
|
||||
#include "mv64340_eth_ll.h"
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
#endif
|
||||
|
||||
#include <rtems/rtems_bsdnet.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/mbuf.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/sockio.h>
|
||||
|
||||
Reference in New Issue
Block a user