home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / oslib / oslib_1 / OSLib / User / h / super < prev    next >
Encoding:
Text File  |  1995-06-22  |  647 b   |  26 lines

  1. #ifndef super_H
  2. #define super_H
  3.  
  4. /* C header file for Super
  5.  * written by DefMod (Jun 20 1995) on Thu Jun 22 12:16:14 1995
  6.  * Jonathan Coxhead, Acorn Computers Ltd
  7.  */
  8.  
  9. #ifndef types_H
  10. #include "types.h"
  11. #endif
  12.  
  13. /**********************************
  14.  * SWI names and SWI reason codes *
  15.  **********************************/
  16. #undef  Super_Sample90
  17. #define Super_Sample90                          0x40D80
  18. #undef  XSuper_Sample90
  19. #define XSuper_Sample90                         0x60D80
  20. #undef  Super_Sample45
  21. #define Super_Sample45                          0x40D81
  22. #undef  XSuper_Sample45
  23. #define XSuper_Sample45                         0x60D81
  24.  
  25. #endif
  26.