2 * Copyright 2000-2002 by Hans Reiser, licensing governed by reiserfs/README
4 * GRUB -- GRand Unified Bootloader
5 * Copyright (C) 2000, 2001 Free Software Foundation, Inc.
7 * (C) Copyright 2003 Sysgo Real-Time Solutions, AG <www.elinos.com>
8 * Pavel Bartusek <pba@sysgo.de>
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
25 /* An implementation for the ReiserFS filesystem ported from GRUB.
26 * Some parts of this code (mainly the structures and defines) are
27 * from the original reiser fs code, as found in the linux kernel.
31 #define SECTOR_SIZE 0x200
78 extern int reiserfs_set_blk_dev(block_dev_desc_t *rbdd, int part);
79 extern int reiserfs_ls (char *dirname);
80 extern int reiserfs_open (char *filename);
81 extern int reiserfs_read (char *buf, unsigned len);
82 extern int reiserfs_mount (unsigned part_length);