1 /* ----------------------------------------------------------------------- * 2 * 3 * Copyright 2009 Pierre-Alexandre Meyer 4 * 5 * Some parts borrowed from chain.c32: 6 * 7 * Copyright 2003-2009 H. Peter Anvin - All Rights Reserved 8 * Copyright 2009 Intel Corporation; author: H. Peter Anvin 9 * 10 * This file is part of Syslinux, and is made available under 11 * the terms of the GNU General Public License version 2. 12 * 13 * ----------------------------------------------------------------------- */ 14 15 #ifndef _UTIL_H_ 16 #define _UTIL_H_ 17 18 #include <com32.h> 19 20 int int13_retry(const com32sys_t * inreg, com32sys_t * outreg); 21 #endif /* _UTIL_H_ */ 22