/* * Copyright (C) ST-Ericsson SA 2010 * * Author: Ola Lilja * for ST-Ericsson. * * License terms: * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as published * by the Free Software Foundation. */ #ifndef UX500_AB8500_EXT_H #define UX500_AB8500_EXT_H void ux500_ab8500_audio_pwm_vibra(unsigned char speed_left_pos, unsigned char speed_left_neg, unsigned char speed_right_pos, unsigned char speed_right_neg); #endif