RegisterAccess
==============

This directory holds a template for a C++ class that defines the interfaces
provided to access a hardware device.  This class must be derived by a specific
class that implements the real methods of accessing the hardware on a platform.
This template is used by other utilities to define accesses to hardware that
will be provided in the real system.

This class can not compile into an object.  It is an abstract class.  It must
be derived to be used.