home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / oslib / h / super < prev    next >
Encoding:
Text File  |  1994-09-07  |  1.0 KB  |  32 lines

  1. #ifndef super_H
  2. #define super_H
  3.  
  4. /* C header file for Super
  5.  * written by DefMod (Sep  7 1994) on Wed Sep  7 21:19:07 1994
  6.  * Copyright © Acorn Computers Ltd, 1994
  7.  */
  8.  
  9. /*************************************************************************
  10.  * This source file was written by Acorn Computers Limited. It is part   *
  11.  * of the OSLib library for writing applications for RISC OS. It may be  *
  12.  * used freely in the creation of programs for RISC OS.                  *
  13.  *************************************************************************/
  14.  
  15. #ifndef types_H
  16.    #include "types.h"
  17. #endif
  18.  
  19. /**********************************
  20.  * SWI names and SWI reason codes *
  21.  **********************************/
  22. #undef  Super_Sample90
  23. #define Super_Sample90                          0x40D80
  24. #undef  XSuper_Sample90
  25. #define XSuper_Sample90                         0x60D80
  26. #undef  Super_Sample45
  27. #define Super_Sample45                          0x40D81
  28. #undef  XSuper_Sample45
  29. #define XSuper_Sample45                         0x60D81
  30.  
  31. #endif
  32.