]> git.proxmox.com Git - grub2.git/blame - include/grub/util/getroot.h
2007-07-22 Yoshinori K. Okuji <okuji@enbug.org>
[grub2.git] / include / grub / util / getroot.h
CommitLineData
1f7315a3 1/*
4b13b216 2 * GRUB -- GRand Unified Bootloader
849d55d3 3 * Copyright (C) 2003, 2007 Free Software Foundation, Inc.
1f7315a3 4 *
5a79f472 5 * GRUB is free software: you can redistribute it and/or modify
1f7315a3 6 * it under the terms of the GNU General Public License as published by
5a79f472 7 * the Free Software Foundation, either version 3 of the License, or
1f7315a3 8 * (at your option) any later version.
9 *
5a79f472 10 * GRUB is distributed in the hope that it will be useful,
1f7315a3 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
5a79f472 16 * along with GRUB. If not, see <http://www.gnu.org/licenses/>.
1f7315a3 17 */
18
4b13b216 19#ifndef GRUB_UTIL_GETROOT_HEADER
20#define GRUB_UTIL_GETROOT_HEADER 1
1f7315a3 21
4b13b216 22char *grub_guess_root_device (const char *dir);
23char *grub_get_prefix (const char *dir);
849d55d3 24char *grub_util_get_grub_dev (const char *os_dev);
1f7315a3 25
4b13b216 26#endif /* ! GRUB_UTIL_GETROOT_HEADER */