]> git.proxmox.com Git - grub2.git/blob - include/grub/util/getroot.h
2003-11-17 Marco Gerards <metgerards@student.han.nl>
[grub2.git] / include / grub / util / getroot.h
1 /*
2 * PUPA -- Preliminary Universal Programming Architecture for GRUB
3 * Copyright (C) 2003 Marco Gerards <metgerards@student.han.nl>
4 *
5 * PUPA is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
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
16 * along with PUPA; if not, write to the Free Software
17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 */
19
20 #ifndef PUPA_UTIL_GETROOT_HEADER
21 #define PUPA_UTIL_GETROOT_HEADER 1
22
23 char *pupa_guess_root_device (const char *dir);
24 char *pupa_get_prefix (const char *dir);
25
26 #endif /* ! PUPA_UTIL_GETROOT_HEADER */