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

Comparing BasiliskII/src/BeOS/sysdeps.h (file contents):
Revision 1.16 by cebix, 2002-01-15T14:58:35Z vs.
Revision 1.19 by gbeauche, 2005-01-30T21:42:13Z

# Line 1 | Line 1
1   /*
2   *  sysdeps.h - System dependent definitions for BeOS
3   *
4 < *  Basilisk II (C) 1997-2002 Christian Bauer
4 > *  Basilisk II (C) 1997-2005 Christian Bauer
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 80 | Line 80 | typedef uae_u32 uaecptr;
80   typedef uint32 uintptr;
81   typedef int32 intptr;
82  
83 + /* Timing functions */
84 + extern void Delay_usec(uint32 usec);
85 +
86   // UAE CPU defines
87   #ifdef __i386__
88  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines