Files
kernel-tenderloin-3.0/arch/arm/mach-msm/include/mach/mdm-peripheral.h
Vamsi Krishna 6aa6b1f567 mdm2: Replace hsic platform_add/remove with connect/disconnect
mdm2 driver calls platform add/remove apis to notify hsic about
peripheral(9x15) connection/disconnection. Instead include hsic
connect/disconnect apis to keep mdm driver unaware of hsic
disconnection and discovery logic

Change-Id: I3bbb0d652d60de4bc5941e31eebbd75bb10b69b7
Signed-off-by: Vamsi Krishna <vskrishn@codeaurora.org>
Signed-off-by: Ramakrishna Prasad N <crpn@codeaurora.org>
2011-12-23 16:02:01 +05:30

20 lines
703 B
C

/* Copyright (c) 2011, Code Aurora Forum. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
#ifndef _ARCH_ARM_MACH_MSM_MDM_PERIPHERAL_H
#define _ARCH_ARM_MACH_MSM_MDM_PERIPHERAL_H_
extern void peripheral_connect(void);
extern void peripheral_disconnect(void);
#endif