home *** CD-ROM | disk | FTP | other *** search
- #ifndef super_H
- #define super_H
-
- /* C header file for Super
- * written by DefMod (Jun 20 1995) on Thu Jun 22 12:16:14 1995
- * Jonathan Coxhead, Acorn Computers Ltd
- */
-
- #ifndef types_H
- #include "types.h"
- #endif
-
- /**********************************
- * SWI names and SWI reason codes *
- **********************************/
- #undef Super_Sample90
- #define Super_Sample90 0x40D80
- #undef XSuper_Sample90
- #define XSuper_Sample90 0x60D80
- #undef Super_Sample45
- #define Super_Sample45 0x40D81
- #undef XSuper_Sample45
- #define XSuper_Sample45 0x60D81
-
- #endif
-