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

Comparing BasiliskII/src/Unix/sysdeps.h (file contents):
Revision 1.11 by cebix, 2000-07-13T13:47:11Z vs.
Revision 1.12 by cebix, 2000-07-22T18:12:34Z

# Line 148 | Line 148 | typedef uae_u32 uaecptr;
148   # define CPU_CAN_ACCESS_UNALIGNED
149   #endif
150  
151 + /* Timing functions */
152 + extern uint64 GetTicks_usec(void);
153 + extern void Delay_usec(uint32 usec);
154 +
155   /* UAE CPU defines */
156   #ifdef WORDS_BIGENDIAN
157  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines