/**************************************************************************
 *   Copyright (C) 2006 by Gustavo Padovan, Gustavo Scalet and             *
 *   Otávio Pontes                                                         *
 *                          				                               *
 *                                                                         *
 *   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.                          *
 *                                                                         *
 *   You should have received a copy of the GNU General Public License     *
 *   along with this program; if not, write to the                         *
 *   Free Software Foundation, Inc.,                                       *
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
 ***************************************************************************/

/* 
 * Gustavo Fernando Padovan..ra061316
 * Gustavo Serra Scalet......ra061358
 * Otávio Busatto Pontes.....ra063462 
 */


#ifndef _ISLENEFS_H_
#define _ISLENEFS_H_

extern struct inode * islenefs_get_inode(struct super_block *sb, int mode);

extern const struct super_operations islenefs_ops;
extern const struct file_operations islenefs_file_operations;
extern const struct inode_operations islenefs_file_inode_operations;
extern const struct inode_operations islenefs_dir_inode_operations;

#endif