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
commitdd97f75ad16ff7aa5e29df1c0970e5077f672103 (patch)
tree0bc12746156933c0d2feac0e40b35094d489e55f /include
parent33e6b87da466d2f7a5611451733f4c8f0c68d53f (diff)
downloadogg-dd97f75ad16ff7aa5e29df1c0970e5077f672103.tar.gz
PS2 types from "David Etherton" <etherton@rockstarsandiego.com>
git-svn-id: http://svn.xiph.org/trunk/ogg@4784 0101bb08-14d6-0310-b084-bc0e0c8e3800
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>