--- a/test/lib.h Wed Aug 13 10:32:00 2008 +0000 +++ b/test/lib.h Sun Dec 14 07:50:48 2008 +0000 @@ -38,7 +38,6 @@ void *align32(char *buf ); void write_asic_status(void); void reset_asic_status(void); -void g2_fifo_wait( void ); #define aica_enable() long_write( AICA_RESET, (long_read(AICA_RESET) & 0xFFFFFFFE) ) #define aica_disable() long_write( AICA_RESET, (long_read(AICA_RESET) | 1) )