ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/include/main.h
(Generate patch)

Comparing SheepShaver/src/include/main.h (file contents):
Revision 1.1 by cebix, 2002-02-04T16:58:13Z vs.
Revision 1.2 by gbeauche, 2003-09-29T15:46:08Z

# Line 69 | Line 69 | enum {
69   extern volatile uint32 InterruptFlags;                                          // Currently pending interrupts
70   extern void SetInterruptFlag(uint32);
71   extern void ClearInterruptFlag(uint32);
72 + #if EMULATED_PPC
73 + extern void HandleInterrupt(void);                                                      // Handle SIGUSR1 interrupt in emulator thread
74 + #endif
75   extern void TriggerInterrupt(void);                                                     // Trigger SIGUSR1 interrupt in emulator thread
76   extern void DisableInterrupt(void);                                                     // Disable SIGUSR1 interrupt (can be nested)
77   extern void EnableInterrupt(void);                                                      // Enable SIGUSR1 interrupt (can be nested)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines