Details |
Last modification |
View Log
| SVN
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 80 |
johboh |
1 |
// $Id: boot.h 80 2006-11-11 20:22:39Z johboh $ |
| 79 |
johboh |
2 |
|
|
|
3 |
#ifndef BOOT_H |
|
|
4 |
#define BOOT_H |
|
|
5 |
|
|
|
6 |
#define RM_RESET_VECTOR 0x001000 |
|
|
7 |
#define RM_HIGH_INTERRUPT_VECTOR 0x001008 |
|
|
8 |
#define RM_LOW_INTERRUPT_VECTOR 0x001018 |
|
|
9 |
|
|
|
10 |
#endif //BOOT_H |