/* $Id: x49gp_types.h,v 1.5 2008/12/11 12:18:17 ecd Exp $
 */

#ifndef _X49GP_TYPES_H
#define _X49GP_TYPES_H 1

typedef signed char s8;
typedef signed short s16;
typedef signed int s32;
typedef signed long long s64;

typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned int u32;
typedef unsigned long long u64;

struct __x49gp_s__;
typedef struct __x49gp_s__	x49gp_t;

struct __x49gp_ui_s__;
typedef struct __x49gp_ui_s__	x49gp_ui_t;

#endif /* !(_X49GP_TYPES_H) */