mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 21:55:10 -05:00
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:
parent
62ff88b717
commit
83fe35f4a1
1 changed files with 4 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue