comparison packages/cygmon/current/misc/cpu-mon.c @ 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
comparison
equal deleted inserted replaced
114:5ad2b71d525e 115:6ed91473a1cd
30 //####COPYRIGHTEND#### 30 //####COPYRIGHTEND####
31 //========================================================================== 31 //==========================================================================
32 //#####DESCRIPTIONBEGIN#### 32 //#####DESCRIPTIONBEGIN####
33 // 33 //
34 // Author(s): gthomas 34 // Author(s): gthomas
35 // Contributors: gthomas 35 // Contributors: gthomas, dmoseley
36 // Date: 1999-10-11 36 // Date: 1999-10-11
37 // Description: Architecture support for Cygmon 37 // Description: Architecture support for Cygmon
38 //####DESCRIPTIONEND#### 38 //####DESCRIPTIONEND####
39 39
40 #include <pkgconf/system.h> // Configuration header 40 #include <pkgconf/system.h> // Configuration header
44 #endif 44 #endif
45 45
46 #ifdef CYGPKG_HAL_MIPS 46 #ifdef CYGPKG_HAL_MIPS
47 #include "mips/mips-mon.c" 47 #include "mips/mips-mon.c"
48 #endif 48 #endif
49
50 #ifdef CYGPKG_HAL_MN10300
51 #include "mn10300/mn10300-mon.c"
52 #endif