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

Comparing SheepShaver/src/Unix/sysdeps.h (file contents):
Revision 1.16 by gbeauche, 2003-11-28T22:13:49Z vs.
Revision 1.18 by gbeauche, 2003-12-28T17:56:03Z

# Line 81 | Line 81
81   #define PPC_CHECK_INTERRUPTS (ASYNC_IRQ ? 0 : 1)
82   #define PPC_DECODE_CACHE 1
83   #define PPC_FLIGHT_RECORDER 1
84 < #define PPC_PROFILE_COMPILE_TIME 1
84 > #define PPC_PROFILE_COMPILE_TIME 0
85 > #define PPC_PROFILE_GENERIC_CALLS 0
86   #define KPX_MAX_CPUS 1
87   #else
88   // Mac ROM is write protected
# Line 343 | Line 344 | typedef struct timespec tm_time_t;
344   typedef struct timeval tm_time_t;
345   #endif
346  
347 + // Timing functions
348 + extern uint64 GetTicks_usec(void);
349 + extern void Delay_usec(uint32 usec);
350 +
351   // Setup pthread attributes
352   extern void Set_pthread_attr(pthread_attr_t *attr, int priority);
353  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines