From f65af34324650e6fe13057cbb396941f8f6f9383 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Fri, 23 May 2003 09:41:40 +0000 Subject: PS2 types from "David Etherton" svn path=/trunk/ogg/; revision=4784 --- include/ogg/os_types.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.1