]> git.proxmox.com Git - grub2.git/blame - include/grub/powerpc/ieee1275/util/biosdisk.h
* grub-core/fs/cpio.c (handle_symlink): Fix a bug.
[grub2.git] / include / grub / powerpc / ieee1275 / util / biosdisk.h
CommitLineData
e56cdf21 1/* biosdisk.h - emulate biosdisk */
2/*
4b13b216 3 * GRUB -- GRand Unified Bootloader
5a79f472 4 * Copyright (C) 2002,2004,2007 Free Software Foundation, Inc.
e56cdf21 5 *
5a79f472 6 * GRUB is free software: you can redistribute it and/or modify
e56cdf21 7 * it under the terms of the GNU General Public License as published by
5a79f472 8 * the Free Software Foundation, either version 3 of the License, or
e56cdf21 9 * (at your option) any later version.
10 *
5a79f472 11 * GRUB is distributed in the hope that it will be useful,
e56cdf21 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
5a79f472 17 * along with GRUB. If not, see <http://www.gnu.org/licenses/>.
e56cdf21 18 */
19
4b13b216 20#ifndef GRUB_BIOSDISK_MACHINE_UTIL_HEADER
21#define GRUB_BIOSDISK_MACHINE_UTIL_HEADER 1
e56cdf21 22
4b13b216 23void grub_util_biosdisk_init (const char *dev_map);
24void grub_util_biosdisk_fini (void);
25char *grub_util_biosdisk_get_grub_dev (const char *os_dev);
e56cdf21 26
4b13b216 27#endif /* ! GRUB_BIOSDISK_MACHINE_UTIL_HEADER */