arm/pp : assume CPU_PP

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31532 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2012-01-03 04:33:26 +00:00
parent 0ff5c5d3ed
commit bbe5845f04
4 changed files with 1 additions and 19 deletions

View file

@ -21,12 +21,8 @@
#ifndef ATA_SD_TARGET_H
#define ATA_SD_TARGET_H
#ifdef CPU_PP /* PortalPlayer specific functions */
#ifdef HAVE_HOTSWAP
void microsd_int(void);
#endif
#endif
#endif