summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux-4.02/com32/gplinclude/disk/bootloaders.h
blob: 56a0f4e301af6a19c3f6901134803601915ccc6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* ----------------------------------------------------------------------- *
 *
 *   Copyright 2009 Pierre-Alexandre Meyer
 *
 *   This file is part of Syslinux, and is made available under
 *   the terms of the GNU General Public License version 2.
 *
 * ----------------------------------------------------------------------- */

#ifndef __BOOTLOADERS_H_
#define __BOOTLOADERS_H_

#include <stdint.h>
#include <disk/geom.h>
#include <disk/partition.h>

int get_bootloader_string(struct driveinfo *, const struct part_entry *,
			  char *, const int);
#endif /* __BOOTLOADERS_H_ */