This directory contains two files for initializing the IP interface prior
to calling the "de_init()" funciton for the Raster Graphics RG7900 device
driver.

FILES: ip_defs.h  - include file defining IP register usage.
       ip_init.c  - routine to initialize the IP registers used by the
                    graphics board.

The init_IP_register() function should be called in the root task prior
to initializing the graphics board. Initializing the registers in the root
task prevents multiple device drivers from messing with these registers.

The ip_init.c file should be compilied and the init function called with
each example.

