summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-03-23 07:52:55 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-03-23 07:52:55 +0000
commit83fe35f4a11b1798031e0913a897567608f78273 (patch)
tree0d191232bba9454c03e51b420ebf28a0baf7c4d4 /firmware/target/arm/as3525
parent62ff88b71735c01384e23d915bf1c29167425cf5 (diff)
downloadrockbox-83fe35f4a11b1798031e0913a897567608f78273.tar.gz
rockbox-83fe35f4a11b1798031e0913a897567608f78273.zip
fix r25297 : make ascodec-target.h empty when building sim
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25301 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/as3525')
-rw-r--r--firmware/target/arm/as3525/ascodec-target.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/ascodec-target.h b/firmware/target/arm/as3525/ascodec-target.h
index 13946099c0..989712ad0f 100644
--- a/firmware/target/arm/as3525/ascodec-target.h
+++ b/firmware/target/arm/as3525/ascodec-target.h
@@ -25,6 +25,8 @@
25#ifndef _ASCODEC_TARGET_H 25#ifndef _ASCODEC_TARGET_H
26#define _ASCODEC_TARGET_H 26#define _ASCODEC_TARGET_H
27 27
28#ifndef SIMULATOR
29
28#include "as3514.h" 30#include "as3514.h"
29#include "kernel.h" /* for struct wakeup */ 31#include "kernel.h" /* for struct wakeup */
30 32
@@ -110,4 +112,6 @@ void ascodec_enable_endofch_irq(void);
110 112
111void ascodec_disable_endofch_irq(void); 113void ascodec_disable_endofch_irq(void);
112 114
115#endif /* !SIMULATOR */
116
113#endif /* !_ASCODEC_TARGET_H */ 117#endif /* !_ASCODEC_TARGET_H */