Search
lxdream.org :: lxdream/src/sh4/sh4mmio.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4mmio.h
changeset 736:a02d1475ccfd
prev561:533f6b478071
next817:e9d2d9be7cb6
author nkeynes
date Tue Jul 29 23:25:03 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix minor warnings
file annotate diff log raw
1.1 --- a/src/sh4/sh4mmio.h Tue Jan 01 05:08:38 2008 +0000
1.2 +++ b/src/sh4/sh4mmio.h Tue Jul 29 23:25:03 2008 +0000
1.3 @@ -23,6 +23,10 @@
1.4 #if (defined(MMIO_IMPL) && !defined(SH4MMIO_IMPL)) || \
1.5 (!defined(MMIO_IMPL) && !defined(SH4MMIO_IFACE))
1.6
1.7 +#ifdef __cplusplus
1.8 +extern "C" {
1.9 +#endif
1.10 +
1.11 #ifdef MMIO_IMPL
1.12 #define SH4MMIO_IMPL
1.13 #else
1.14 @@ -230,4 +234,10 @@
1.15 void mmu_ocache_data_write( sh4addr_t addr, uint32_t val );
1.16 void mmu_utlb_addr_write( sh4addr_t addr, uint32_t val );
1.17 void mmu_utlb_data_write( sh4addr_t addr, uint32_t val );
1.18 +
1.19 +
1.20 +#ifdef __cplusplus
1.21 +}
1.22 #endif
1.23 +
1.24 +#endif
.