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

Comparing SheepShaver/src/BeOS/sysdeps.h (file contents):
Revision 1.4 by cebix, 2004-01-12T15:37:19Z vs.
Revision 1.6 by gbeauche, 2005-01-30T21:48:19Z

# Line 1 | Line 1
1   /*
2   *  sysdeps.h - System dependent definitions for BeOS
3   *
4 < *  SheepShaver (C) 1997-2004 Christian Bauer and Marc Hellwig
4 > *  SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 53 | Line 53 | typedef off_t loff_t;
53   typedef uint32 uintptr;
54   typedef int32 intptr;
55  
56 + // Timing functions
57 + extern void Delay_usec(uint32 usec);
58 +
59   // Macro for calling MacOS routines
60   #define CallMacOS(type, proc) (*(type)proc)()
61   #define CallMacOS1(type, proc, arg1) (*(type)proc)(arg1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines