comparison packages/cygmon/current/misc/bsp/common/gdb-cpu.h @ 112:02ea4320376c ecos-sw-2000-07-21

Merge from eCos master repository on 2000-07-21-21:01:39-BST
author jlarmour
date Fri, 21 Jul 2000 21:34:11 +0000
parents 435cced73e2f
children e0c0827131d1
comparison
equal deleted inserted replaced
111:211b8a635ce9 112:02ea4320376c
43 //####DESCRIPTIONEND#### 43 //####DESCRIPTIONEND####
44 // 44 //
45 //========================================================================= 45 //=========================================================================
46 #include <pkgconf/system.h> 46 #include <pkgconf/system.h>
47 47
48 #ifdef CYG_HAL_ARM 48 #ifdef CYGPKG_HAL_ARM
49 #include "../arm/gdb-cpu.h" 49 #include "../arm/gdb-cpu.h"
50 #endif 50 #endif
51
52 #ifdef CYGPKG_HAL_MIPS
53 #include "../mips/gdb-cpu.h"
54 #endif
55
51 #endif // __BSP_COMMON_GDB_CPU_H__ 56 #endif // __BSP_COMMON_GDB_CPU_H__