summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/system-target.h
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2010-07-22 13:47:09 +0000
committerBertrik Sikken <bertrik@sikken.nl>2010-07-22 13:47:09 +0000
commit4d6c8167214082b8f7d0c5415668680e15a20801 (patch)
treed1d19b75e8db83e407f8a7c880335a08f5063e57 /firmware/target/arm/as3525/system-target.h
parent1ebdb8988f1e029828fdfd9523fc5fb6022613ea (diff)
downloadrockbox-4d6c8167214082b8f7d0c5415668680e15a20801.tar.gz
rockbox-4d6c8167214082b8f7d0c5415668680e15a20801.zip
Sansa Clip+: detect AMSv2 variant (just like was already done for fuze v2), this makes SD transfers work for newer clip+ players ("COMBO4E" type). Variable fuzev2_variant has been renamed to amsv2_variant.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27520 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/as3525/system-target.h')
-rw-r--r--firmware/target/arm/as3525/system-target.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/as3525/system-target.h b/firmware/target/arm/as3525/system-target.h
index 249e062fec..6db16af040 100644
--- a/firmware/target/arm/as3525/system-target.h
+++ b/firmware/target/arm/as3525/system-target.h
@@ -46,8 +46,8 @@
46 ? (((uintptr_t)(a)) - IRAM_ORIG) \ 46 ? (((uintptr_t)(a)) - IRAM_ORIG) \
47 : ((uintptr_t)(a)))) 47 : ((uintptr_t)(a))))
48 48
49#ifdef SANSA_FUZEV2 49#if defined(SANSA_FUZEV2) || defined(SANSA_CLIPPLUS)
50extern int fuzev2_variant; 50extern int amsv2_variant;
51#endif 51#endif
52 52
53#ifdef SANSA_C200V2 53#ifdef SANSA_C200V2