| * Copyright 2000-2002 by Hans Reiser, licensing governed by reiserfs/README |
| * GRUB -- GRand Unified Bootloader |
| * Copyright (C) 2000, 2001 Free Software Foundation, Inc. |
| * (C) Copyright 2003 Sysgo Real-Time Solutions, AG <www.elinos.com> |
| * Pavel Bartusek <pba@sysgo.de> |
| * SPDX-License-Identifier: GPL-2.0+ |
| /* An implementation for the ReiserFS filesystem ported from GRUB. |
| * Some parts of this code (mainly the structures and defines) are |
| * from the original reiser fs code, as found in the linux kernel. |
| #define SECTOR_SIZE 0x200 |
| extern void reiserfs_set_blk_dev(block_dev_desc_t *rbdd, disk_partition_t *info); |
| extern int reiserfs_ls (char *dirname); |
| extern int reiserfs_open (char *filename); |
| extern int reiserfs_read (char *buf, unsigned len); |
| extern int reiserfs_mount (unsigned part_length); |