Mercurial > ecos-v3_0-branch
diff packages/cygmon/current/misc/bsp/cpu.h @ 115:6ed91473a1cd ecos-sw-2000-08-21
Merge from eCos master repository on 2000-08-21-22:40:54-BST
| author | jlarmour |
|---|---|
| date | Fri, 25 Aug 2000 17:32:38 +0000 |
| parents | 02ea4320376c |
| children | e0c0827131d1 |
line wrap: on
line diff
--- a/packages/cygmon/current/misc/bsp/cpu.h +++ b/packages/cygmon/current/misc/bsp/cpu.h @@ -34,7 +34,7 @@ //#####DESCRIPTIONBEGIN#### // // Author(s): gthomas -// Contributors: gthomas +// Contributors: gthomas, dmoseley // Date: 1999-10-20 // Purpose: // Description: @@ -55,4 +55,8 @@ #include "mips/cpu.h" #endif +#ifdef CYGPKG_HAL_MN10300 +#include "mn10300/cpu.h" +#endif + #endif // __BSP_CPU_H__
