00001 /**@file 00002 * 00003 * Decode simulated IO vector. 00004 * 00005 * @author Denis Martin 00006 * 00007 * This program is free software; you can redistribute it and/or modify it under 00008 * the terms of the GNU General Public License as published by the Free Software 00009 * Foundation; either version 2 of the License, or (at your option) any later 00010 * version. 00011 * This program is distributed in the hope that it will be useful, but WITHOUT 00012 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 00013 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 00014 * details. You should have received a copy of the GNU General Public License 00015 * along with this program; if not, write to the Free Software Foundation, Inc., 00016 * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 00017 */ 00018 00019 #ifndef ASURO_UNIX_DECODE_H_ 00020 #define ASURO_UNIX_DECODE_H_ 00021 00022 /** 00023 * Evaluate state of IO vector 00024 */ 00025 void AS_unix_decode(); 00026 00027 #endif /*ASURO_UNIX_DECODE_H_*/