summaryrefslogtreecommitdiffhomepage
path: root/include/psxtypes/__psxtypes.h
blob: 14ae8ca704652897cf42b9a3e739193f8d0f3095 (plain)
1
2
3
4
5
6
7
8
9
10
/* basic integer/pointer types and constant definitions */
#include <stdint.h>
#include <stddef.h>
#include <errno.h>


/* compiler directives: unified syntax */
#if defined(__GNUC__)
#include "compiler/__psx_compiler_gcc.h"
#endif