/****************************************************************************/
/* Copyright 2009 MBARI.                                                    */
/* MBARI Proprietary Information. All rights reserved.                      */
/****************************************************************************/
#ifndef MISC_H
#define MISC_H

#define HI      1
#define LO      0

void EnterCriticalSection( void );
void ExitCriticalSection( void );

#endif
