summaryrefslogtreecommitdiff
path: root/com32/gplinclude/disk/util.h
blob: df2eaddaf32ab2c7e3523dc312c8f343118d999b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* ----------------------------------------------------------------------- *
 *
 *   Copyright 2009 Pierre-Alexandre Meyer
 *
 *   Some parts borrowed from chain.c32:
 *
 *   Copyright 2003-2009 H. Peter Anvin - All Rights Reserved
 *   Copyright 2009 Intel Corporation; author: H. Peter Anvin
 *
 *   This file is part of Syslinux, and is made available under
 *   the terms of the GNU General Public License version 2.
 *
 * ----------------------------------------------------------------------- */

#ifndef _UTIL_H_
#define _UTIL_H_

#include <com32.h>

int int13_retry(const com32sys_t *inreg, com32sys_t *outreg);
void get_error(const int, char**);
#endif /* _UTIL_H_ */