/************************************************************************
 *									*
 *	ＦＩＦＯ バッファ						*
 *				1996年 1月 8日(月曜日) 17時45分00秒 JST *
 ************************************************************************/
#ifndef _SYS_FIFO_H_
#define _SYS_FIFO_H_

#ifdef __cplusplus
extern "C" {
#endif

extern u64	FIFOBuffer[0x30000 / sizeof(u64)];

#ifdef __cplusplus
}
#endif

#endif
