summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2009-01-11 08:40:58 +0100
committerJulien Cristau <jcristau@debian.org>2009-01-11 08:54:12 +0100
commit359ed32c9b013ed88e14c99aa7fd7a617a85e2c5 (patch)
tree2ada9412a5909f125f789bd2663af32c705f1eea /hw
parent9651cd8d7ac26635b6fb1826806ac9f4e2bddb63 (diff)
xnest: only define ddxBeforeReset if needed
Diffstat (limited to 'hw')
-rw-r--r--hw/xnest/Init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xnest/Init.c b/hw/xnest/Init.c
index 2a9fc26a1..49a52d776 100644
--- a/hw/xnest/Init.c
+++ b/hw/xnest/Init.c
@@ -136,7 +136,9 @@ void OsVendorFatalError(void)
return;
}
+#if defined(DDXBEFORERESET)
void ddxBeforeReset(void)
{
return;
}
+#endif