Subversion Repositories HomeAutomation

Rev

Rev 79 | Rev 88 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

  1. // $Id: boot.h 80 2006-11-11 20:22:39Z 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
  11.