/****************************************************************************/
/* Copyright 1991, 1992, 1993 MBARI                                         */
/****************************************************************************/
/* Summary  : IBC CPU Microcontroller Board - EEPROM Functions              */
/* Filename : eeprom.h                                                      */
/* Author   : Andrew Pearce                                                 */
/* Project  : New ROV Data Concentrator                                     */
/* Version  : 1.0                                                           */
/* Created  : 01/13/93                                                      */
/* Modified : 01/13/93                                                      */
/* Archived :                                                               */
/****************************************************************************/
/* Modification History:                                                    */
/* $Header: /usr/tiburon/.cvsroot/micro/h/eeprom.h,v 1.1.1.1 1997/05/02 17:15:37 pean Exp $
 * $Log: eeprom.h,v $
 * Revision 1.1.1.1  1997/05/02 17:15:37  pean
 * Initial release of the microcontroller software after Tiburon
 * Moolpool Dive to test IView, Lapboxes, modified Power can
 * GF/5V using bus capacitance mode.
 *
 * Revision 1.1  93/07/02  09:22:27  09:22:27  pean (Andrew Pearce)
 * Initial revision
 *
 * Initial revision
 *
*/
/****************************************************************************/

#ifdef __STDC__

Int16 EEPROM_Write( Byte *data,  Nat16 nBytes, Nat16 offset );

Void  EEPROM_Read( Byte *buffer, Nat16 nBytes, Nat16 offset );

#endif
