SBSPSS/source/system/global.h

43 lines
984 B
C
Raw Normal View History

2000-08-29 21:54:22 +02:00
/**********************/
/*** Global Defines ***/
/**********************/
#ifndef _GLOBAL_HEADER_
#define _GLOBAL_HEADER_
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include <strings.h>
#include <libetc.h>
#include <libgte.h>
#include <libgpu.h>
#include <libsn.h>
#include <libcd.h>
#include <libspu.h>
#include <libapi.h>
#include <inline_c.h>
#include <sys\types.h>
#include "utils\replace.h"
#include <gtemac.h>
/*****************************************************************************/
#define SCRATCH_RAM 0x1f800000
#define FAST_STACK (SCRATCH_RAM+0x3f0)
/*****************************************************************************/
2000-11-02 18:16:10 +01:00
#include "system\types.h"
2000-08-29 21:54:22 +02:00
#include "mem\memory.h"
#include "system\gte.h"
#include "utils\cmxmacro.h"
#include "utils\fixed.h"
2000-09-12 01:41:29 +02:00
#include "system\dbg.h"
2000-08-29 21:54:22 +02:00
#include "system\info.h"
#include "system\lnkopt.h"
/*****************************************************************************/
#endif