#ifndef _geoDcon_H
#define _geoDcon_H
/****************************************************************************/
/* Copyright 1999 MBARI                                                     */
/****************************************************************************/
/* Summary  : Geology Toolsled Dcon Interface Module Defs for VxWorks       */
/* Filename : geoDcon.h                                                     */
/* Author   : Douglas Au                                                    */
/* Project  : New ROV                                                       */
/* Version  : Version 1.0                                                   */
/* Created  : 05/25/99                                                      */
/* Modified : 05/25/99                                                      */
/* Archived :                                                               */
/****************************************************************************/
/* Modification History:                                                    */
/* $Header:  $
 * $Log:     $
 *
 */
/****************************************************************************/
#ifdef INCLUDE_PROTOTYPES

#ifdef __STDC__
STATUS geologyApp(Nat16 serialChan);
#endif

#endif /* INCLUDE_PROTOTYPES */


#endif /* _geoDcon_H */








