Rev 80 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 80 | Rev 88 | ||
|---|---|---|---|
| - | 1 | /********************************************************************* |
|
| - | 2 | * |
|
| - | 3 | * Vector remappings |
|
| - | 4 | * |
|
| - | 5 | ********************************************************************* |
|
| - | 6 | * FileName: $HeadURL: https://svn.auml.se/svn/HomeAutomation/trunk/EmbeddedSoftware/PIC/canBoot/Include/boot.h $ |
|
| - | 7 | * Last changed: $LastChangedDate: 2006-11-14 11:44:27 +0100 (Tue, 14 Nov 2006) $ |
|
| 1 |
|
8 | * By: $LastChangedBy: johboh $ |
| - | 9 | * Revision: $Revision: 88 $ |
|
| - | 10 | ********************************************************************/ |
|
| 2 | 11 | ||
| 3 | #ifndef BOOT_H |
12 | #ifndef BOOT_H |
| 4 | #define BOOT_H |
13 | #define BOOT_H |
| 5 | 14 | ||
| 6 | #define RM_RESET_VECTOR 0x001000 |
15 | #define RM_RESET_VECTOR 0x001000 |
| 7 | #define RM_HIGH_INTERRUPT_VECTOR 0x001008 |
16 | #define RM_HIGH_INTERRUPT_VECTOR 0x001008 |
| 8 | #define RM_LOW_INTERRUPT_VECTOR 0x001018 |
17 | #define RM_LOW_INTERRUPT_VECTOR 0x001018 |
| 9 | 18 | ||
| 10 | #endif //BOOT_H |
19 | #endif //BOOT_H |
| 11 | 20 | ||