Skip to content
Snippets Groups Projects
Commit f9105567 authored by patacongo's avatar patacongo
Browse files

Need to include enc28j60.h

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2640 42af7a65-404d-4744-a932-0658087f49c3
parent 3f652073
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@
#include <nuttx/spi.h>
#include <nuttx/wqueue.h>
#include <nuttx/clock.h>
#include <nuttx/enc28j60.h>
#include <net/uip/uip.h>
#include <net/uip/uip-arp.h>
......
......@@ -101,6 +101,7 @@ extern "C" {
*
****************************************************************************/
struct spi_dev_s; /* see nuttx/spi.h */
EXTERN int enc_initialize(FAR struct spi_dev_s *spi, unsigned int devno,
unsigned int irq);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment