/****************************************************************************/
/* Copyright 2013 MBARI.                                                    */
/* MBARI Proprietary Information. All rights reserved.                      */
/****************************************************************************/
#ifndef DEBUG_H
#define DEBUG_H

#include "port.h"

//#define DEBUG_PORT   2

#ifdef DEBUG_PORT
void	debugInit();
void    debugFrame(volatile UCHAR *bufp, USHORT buflen);
#endif

#endif

