Subversion Repositories HomeAutomation

Rev

Blame | Last modification | View Log | SVN | RSS feed

  1. // $IDI$
  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.