From 7030e29abb02a741ab46e341269736ff8d7f3ff6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 3 Feb 2005 10:06:02 +0000 Subject: fix a mismatch between the .h and .c for non-MAS players, and fixed some warnings too git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5760 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 9d3ef8e..3e72248 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -247,7 +247,7 @@ struct plugin_api { #endif /* MAS communication */ -#ifndef SIMULATOR +#if !defined(SIMULATOR) && (CONFIG_HWCODEC != MASNONE) int (*mas_readmem)(int bank, int addr, unsigned long* dest, int len); int (*mas_writemem)(int bank, int addr, const unsigned long* src, int len); int (*mas_readreg)(int reg); -- cgit v1.1