00001 /* 00002 * $Id: qomdo.h,v 1.4 2002/12/02 03:58:00 dwalters Exp $ 00003 * 00004 * qomdo.h - Sets up a TPU channel to provide a 00005 * discrete output using the TPU function QOM. 00006 * 00007 * Copyright (C) 2001 David A. Smith 00008 * 00009 * This library is distributed under the terms of the GNU Lesser General 00010 * Public License (LGPL). You should have received a copy of the 00011 * license along with this library (LGPL.txt); if not, write to 00012 * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, 00013 * Boston, MA 02111-1307 USA 00014 */ 00015 00032 #ifndef __TPU_QOMDO_H 00033 #define __TPU_QOMDO_H 00034 00035 #include <68332/types.h> 00036 #include <68332/tpu.h> 00037 00038 #ifdef __cplusplus 00039 extern "C" { 00040 #endif 00041 00051 void qomdo ( 00052 TPUChannel* handle, 00053 bool state 00054 ); 00055 00056 #ifdef __cplusplus 00057 } 00058 #endif 00059 00060 #endif // #ifndef __TPU_QOMDO_H