Adding upstream version 4.00~pre61+dfsg.
[syslinux-debian/hramrach.git] / com32 / gplinclude / disk / util.h
blob52f085a7110f013be456687f96a5143fa7e3b729
1 /* ----------------------------------------------------------------------- *
3 * Copyright 2009 Pierre-Alexandre Meyer
5 * Some parts borrowed from chain.c32:
7 * Copyright 2003-2009 H. Peter Anvin - All Rights Reserved
8 * Copyright 2009 Intel Corporation; author: H. Peter Anvin
10 * This file is part of Syslinux, and is made available under
11 * the terms of the GNU General Public License version 2.
13 * ----------------------------------------------------------------------- */
15 #ifndef _UTIL_H_
16 #define _UTIL_H_
18 #include <com32.h>
20 int int13_retry(const com32sys_t * inreg, com32sys_t * outreg);
21 #endif /* _UTIL_H_ */