Search
lxdream.org :: lxdream/test/asic.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/asic.h
changeset 815:866c103d72cd
prev812:8cc61d5ea1f8
author nkeynes
date Mon Aug 18 12:20:28 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Implement memcpy_to_aica, still a work in progress though
file annotate diff log raw
1.1 --- a/test/asic.h Wed Aug 13 10:32:00 2008 +0000
1.2 +++ b/test/asic.h Mon Aug 18 12:20:28 2008 +0000
1.3 @@ -60,3 +60,8 @@
1.4 void asic_dump( FILE *f );
1.5
1.6 void asic_mask_all();
1.7 +
1.8 +/**
1.9 + * Wait until the G2 FIFO buffer is clear to write
1.10 + */
1.11 +int g2_fifo_wait();
.