Add source files for z180

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5426 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-12-10 18:40:01 +00:00
parent fd08c16b8f
commit de8d4b9a97
32 changed files with 2698 additions and 174 deletions
+6 -18
View File
@@ -33,12 +33,12 @@
*
****************************************************************************/
/* This file should never be included directed but, rather,
* only indirectly through nuttx/arch.h
/* This file should never be included directed but, rather, only indirectly
* through nuttx/arch.h
*/
#ifndef __ARCH_ARCH_H
#define __ARCH_ARCH_H
#ifndef __ARCH_Z80_INCLUDE_ARCH_H
#define __ARCH_Z80_INCLUDE_ARCH_H
/****************************************************************************
* Included Files
@@ -47,7 +47,7 @@
#include <arch/chip/arch.h>
/****************************************************************************
* Definitions
* Pre-processor Definitions
****************************************************************************/
/****************************************************************************
@@ -66,17 +66,5 @@
* Public Function Prototypes
****************************************************************************/
#ifdef __cplusplus
#define EXTERN extern "C"
extern "C" {
#else
#define EXTERN extern
#endif
#undef EXTERN
#ifdef __cplusplus
}
#endif
#endif /* __ARCH_ARCH_H */
#endif /* __ARCH_Z80_INCLUDE_ARCH_H */