nkeynes@26: /** nkeynes@502: * $Id: bootstrap.h,v 1.6 2007-11-08 11:54:16 nkeynes Exp $ nkeynes@26: * nkeynes@26: * CD Bootstrap header parsing. Mostly for informational purposes. nkeynes@26: * nkeynes@26: * Copyright (c) 2005 Nathan Keynes. nkeynes@26: * nkeynes@26: * This program is free software; you can redistribute it and/or modify nkeynes@26: * it under the terms of the GNU General Public License as published by nkeynes@26: * the Free Software Foundation; either version 2 of the License, or nkeynes@26: * (at your option) any later version. nkeynes@26: * nkeynes@26: * This program is distributed in the hope that it will be useful, nkeynes@26: * but WITHOUT ANY WARRANTY; without even the implied warranty of nkeynes@26: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the nkeynes@26: * GNU General Public License for more details. nkeynes@26: */ nkeynes@26: nkeynes@1: /* nkeynes@1: * IP.BIN related code. Ref: http://mc.pp.se/dc/ip0000.bin.html nkeynes@1: */ nkeynes@26: #ifndef dream_bootstrap_H nkeynes@26: #define dream_bootstrap_H 1 nkeynes@1: nkeynes@1: #ifdef __cplusplus nkeynes@1: extern "C" { nkeynes@1: #endif nkeynes@1: nkeynes@167: #include "dream.h" nkeynes@88: nkeynes@26: /** nkeynes@26: * Dump the bootstrap info to the output log for infomational/debugging nkeynes@26: * purposes. nkeynes@26: */ nkeynes@502: void bootstrap_dump(void *data, gboolean detail); nkeynes@1: nkeynes@1: #ifdef __cplusplus nkeynes@1: } nkeynes@1: #endif nkeynes@26: #endif /* !dream_bootstrap_H */