/****************************************************************************/
/* Copyright 2004 MBARI.                                                    */
/* Monterey Bay Aquarium Research Institute Proprietary Information.        */
/* All rights reserved.                                                     */
/****************************************************************************/
#ifndef VID_SWITCH_H
#define VID_SWITCH_H

#define VS_VERSION  "1.0"
#define DEBUG 0

#define HI  1
#define LO  0

#define ON  1
#define OFF 0

#define NULL 0

#endif
