/* ia_defs.h */ /* Copyright (c) 2000 James M. Westall, Dept of Computer Science, * Clemson University, Clemson SC 29634 USA * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * To obtain a copy of the GNU General Public License write to the * Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "ia_conf.h" #include "ia_flip.h" #include "ia_fred.h" #include "ia_suni.h" #include "ia_dbg.h" #include "ia_cs.h" #include "ia.h" #include #include #include #include int ia_open( struct inode *inode, struct file *fp); int ia_ioctl( struct inode *inode, struct file *fp, unsigned int func_code, unsigned long arg); int ia_release( struct inode *inode, struct file *fp);