summaryrefslogtreecommitdiff
path: root/libpsx/include/sys/types.h
blob: 2d6df2adb6960d8984904639f18e8918d6aa961d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _SYS_TYPES_H
#define _SYS_TYPES_H

#include <types.h>

typedef unsigned char	u_char;
typedef unsigned short	u_short;
typedef unsigned int		u_int;
typedef unsigned long	u_long;

#endif