summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Smith <msmith@xiph.org>2003-05-23 09:41:40 +0000
committerMike Smith <msmith@xiph.org>2003-05-23 09:41:40 +0000
commitf65af34324650e6fe13057cbb396941f8f6f9383 (patch)
tree0bc12746156933c0d2feac0e40b35094d489e55f /include
parent80e4e23757fd88e5f00ae33e8ae731dd8b4d84bb (diff)
downloadogg-git-f65af34324650e6fe13057cbb396941f8f6f9383.tar.gz
PS2 types from "David Etherton" <etherton@rockstarsandiego.com>
svn path=/trunk/ogg/; revision=4784
Diffstat (limited to 'include')
-rw-r--r--include/ogg/os_types.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/include/ogg/os_types.h b/include/ogg/os_types.h
index 5be84e1..fd2fa7f 100644
--- a/include/ogg/os_types.h
+++ b/include/ogg/os_types.h
@@ -11,7 +11,7 @@
********************************************************************
function: #ifdef jail to whip a few platforms into the UNIX ideal.
- last mod: $Id: os_types.h,v 1.12 2002/09/18 04:42:09 xiphmont Exp $
+ last mod: $Id: os_types.h,v 1.13 2003/05/23 09:41:40 msmith Exp $
********************************************************************/
#ifndef _OS_TYPES_H
@@ -80,6 +80,14 @@
typedef unsigned int ogg_uint32_t;
typedef long long ogg_int64_t;
+#elif defined(R5900)
+
+ /* PS2 EE */
+ typedef long ogg_int64_t;
+ typedef int ogg_int32_t;
+ typedef unsigned ogg_uint32_t;
+ typedef short ogg_int16_t;
+
#else
# include <sys/types.h>