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
This commit is contained in:
Rafaël Carré 2010-03-23 07:52:55 +00:00
parent 62ff88b717
commit 83fe35f4a1

View file

@ -25,6 +25,8 @@
#ifndef _ASCODEC_TARGET_H
#define _ASCODEC_TARGET_H
#ifndef SIMULATOR
#include "as3514.h"
#include "kernel.h" /* for struct wakeup */
@ -110,4 +112,6 @@ void ascodec_enable_endofch_irq(void);
void ascodec_disable_endofch_irq(void);
#endif /* !SIMULATOR */
#endif /* !_ASCODEC_TARGET_H */