Mercurial > ecos
comparison packages/hal/arm/aeb/current/include/hal_platform_ints.h @ 151:25e238959bae
Merge from eCos master repository on 2001-02-12-23:44:24-GMT
| author | jlarmour |
|---|---|
| date | Tue, 13 Feb 2001 01:23:16 +0000 |
| parents | bf00f99aec69 |
| children | e0c0827131d1 |
comparison
equal
deleted
inserted
replaced
| 150:f0e3fb000de8 | 151:25e238959bae |
|---|---|
| 66 #define CYGNUM_HAL_ISR_COUNT 14 | 66 #define CYGNUM_HAL_ISR_COUNT 14 |
| 67 | 67 |
| 68 // The vector used by the Real time clock | 68 // The vector used by the Real time clock |
| 69 #define CYGNUM_HAL_INTERRUPT_RTC CYGNUM_HAL_INTERRUPT_TIMER0 | 69 #define CYGNUM_HAL_INTERRUPT_RTC CYGNUM_HAL_INTERRUPT_TIMER0 |
| 70 | 70 |
| 71 | |
| 72 //---------------------------------------------------------------------------- | |
| 73 // Reset. | |
| 74 extern void hal_aeb_reset(void); | |
| 75 #define HAL_PLATFORM_RESET() hal_aeb_reset() | |
| 76 | |
| 77 #define HAL_PLATFORM_RESET_ENTRY 0x4018000 | |
| 78 | |
| 71 #endif // CYGONCE_HAL_PLATFORM_INTS_H | 79 #endif // CYGONCE_HAL_PLATFORM_INTS_H |
