Search
lxdream.org :: lxdream/src/bootstrap.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/bootstrap.h
changeset 736:a02d1475ccfd
prev561:533f6b478071
next1095:a8b798030464
author nkeynes
date Tue Aug 19 22:58:05 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Add stubs for the (undocumented) SH4 performance counter registers
file annotate diff log raw
1.1 --- a/src/bootstrap.h Tue Jan 01 05:08:38 2008 +0000
1.2 +++ b/src/bootstrap.h Tue Aug 19 22:58:05 2008 +0000
1.3 @@ -19,15 +19,15 @@
1.4 /*
1.5 * IP.BIN related code. Ref: http://mc.pp.se/dc/ip0000.bin.html
1.6 */
1.7 -#ifndef dream_bootstrap_H
1.8 -#define dream_bootstrap_H 1
1.9 +#ifndef lxdream_bootstrap_H
1.10 +#define lxdream_bootstrap_H 1
1.11 +
1.12 +#include "lxdream.h"
1.13
1.14 #ifdef __cplusplus
1.15 extern "C" {
1.16 #endif
1.17
1.18 -#include "dream.h"
1.19 -
1.20 /**
1.21 * Dump the bootstrap info to the output log for infomational/debugging
1.22 * purposes.
1.23 @@ -37,4 +37,5 @@
1.24 #ifdef __cplusplus
1.25 }
1.26 #endif
1.27 -#endif /* !dream_bootstrap_H */
1.28 +
1.29 +#endif /* !lxdream_bootstrap_H */
.