mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Changes for clean compile of DM90x0 driver on Neuros OSD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@365 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -41,10 +41,13 @@
|
|||||||
#if defined(CONFIG_NET) && defined(CONFIG_NET_DM90x0)
|
#if defined(CONFIG_NET) && defined(CONFIG_NET_DM90x0)
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <arch/board.h>
|
#include <arch/board/board.h>
|
||||||
|
|
||||||
|
#include "up_arch.h"
|
||||||
#include "up_internal.h"
|
#include "up_internal.h"
|
||||||
#include "chip/dm320_gio.h"
|
|
||||||
|
#include "dm320_memorymap.h"
|
||||||
|
#include "dm320_gio.h"
|
||||||
|
|
||||||
extern void dm9x_initialize(void);
|
extern void dm9x_initialize(void);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user