home *** CD-ROM | disk | FTP | other *** search
- #ifndef super_H
- #define super_H
-
- /* C header file for Super
- * written by DefMod (Sep 7 1994) on Wed Sep 7 21:19:07 1994
- * Copyright © Acorn Computers Ltd, 1994
- */
-
- /*************************************************************************
- * This source file was written by Acorn Computers Limited. It is part *
- * of the OSLib library for writing applications for RISC OS. It may be *
- * used freely in the creation of programs for RISC OS. *
- *************************************************************************/
-
- #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
-