home *** CD-ROM | disk | FTP | other *** search
- /* See the file Distribution for distribution terms.
- (c) Copyright 1994 Ari Halberstadt */
-
- /* Declarations for functions used to save and restore PPC registers.
- These declarations must agree with the code in "regppc.s". */
-
- #pragma once
- #ifndef THREAD_REGISTERS_PPC
- #define THREAD_REGISTERS_PPC
-
- typedef long ThreadRegistersPPCType[63];
-
- extern int ThreadRegistersPPCSave(long *registers);
- extern void ThreadRegistersPPCRestore(long *registers, int result);
-
- #endif /* THREAD_REGISTERS_PPC */
-