00001 /* 00002 Copyright (C) 2006. QLogic Corporation. All Rights Reserved. 00003 00004 This program is free software; you can redistribute it and/or modify it 00005 under the terms of version 2 of the GNU General Public License as 00006 published by the Free Software Foundation. 00007 00008 This program is distributed in the hope that it would be useful, but 00009 WITHOUT ANY WARRANTY; without even the implied warranty of 00010 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00011 00012 Further, this software is distributed without any warranty that it is 00013 free of the rightful claim of any third person regarding infringement 00014 or the like. Any license provided herein, whether implied or 00015 otherwise, applies only to this software file. Patent licenses, if 00016 any, provided herein do not apply to combinations of this program with 00017 other software, or any other product whatsoever. 00018 00019 You should have received a copy of the GNU General Public License along 00020 with this program; if not, write the Free Software Foundation, Inc., 59 00021 Temple Place - Suite 330, Boston MA 02111-1307, USA. 00022 */ 00023 00024 #ifndef __GSPIN_IO_H__ 00025 #define __GSPIN_IO_H__ 00026 00027 extern gs_void_t gs_write (const gs_string_t filename); 00028 extern gs_unsigned_char_t *gs_read (const gs_string_t filename); 00029 extern gs_t gs_read_file (const gs_string_t filename); 00030 00031 #endif // __GSPIN_IO_H__
1.5.6