/*-------------------------------------------------------------------------*/
/*!
 * \file	FOO.h
 * \brief
 *
 * File:	FOO.h
 *
 * Purpose:
 *
 */
/*-------------------------------------------------------------------------*/
#ifndef _FOO_
#define _FOO_

/* Defines */
#define IST_PRIORITY_DEFAULT            95

#define UNLOAD_THREADS	0x00000008

/* IOCTL codes */
#define SET_DATA_FILTER 0x00000001


/* Hardware defines */


#endif /* closes #ifndef _FOO_ */
