Search
lxdream.org :: lxdream/src/asic.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/asic.h
changeset 155:be61d1a20937
prev147:82478590bfa7
next158:a0a82246b44e
author nkeynes
date Thu Jun 15 10:27:10 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Add preliminary call-stack tracing ability
Fix INTC state save/load/reset
file annotate diff log raw
1.1 --- a/src/asic.h Sat May 20 02:40:16 2006 +0000
1.2 +++ b/src/asic.h Thu Jun 15 10:27:10 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: asic.h,v 1.8 2006-05-20 02:40:16 nkeynes Exp $
1.6 + * $Id: asic.h,v 1.9 2006-05-24 11:50:19 nkeynes Exp $
1.7 *
1.8 * Support for the miscellaneous ASIC functions (Primarily event multiplexing,
1.9 * and DMA). Includes MMIO definitions for the 5f6000 and 5f7000 regions,
1.10 @@ -203,5 +203,4 @@
1.11 */
1.12 void asic_clear_event( int event );
1.13
1.14 -void asic_init( void );
1.15 void asic_g2_write_word( );
.