From dcc6b5fd693b129492a45ec75038ca582689bd5d Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Fri, 15 Jan 2016 16:12:39 -0800 Subject: amplifier: Fix compilation warning * Forward declare str_parms Change-Id: Iafb0ad8e4b0696807cfe568d0f89ce5dad6bcade --- include/hardware/audio_amplifier.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/hardware/audio_amplifier.h b/include/hardware/audio_amplifier.h index 4305094..e3477d5 100644 --- a/include/hardware/audio_amplifier.h +++ b/include/hardware/audio_amplifier.h @@ -38,6 +38,8 @@ __BEGIN_DECLS #define AMPLIFIER_DEVICE_API_VERSION_2_0 HARDWARE_DEVICE_API_VERSION(2, 0) #define AMPLIFIER_DEVICE_API_VERSION_CURRENT AMPLIFIER_DEVICE_API_VERSION_2_0 +struct str_parms; + typedef struct amplifier_device { /** * Common methods of the amplifier device. This *must* be the first member -- cgit v1.1