blob: 8aacf5e4cc6ae09fa456a87c17d1400f6ad517b8 [file] [log] [blame]
/*******************************************************************************
** Copyright (C), 2008-2016, OPPO Mobile Comm Corp., Ltd.
** ODM_WT_EDIT
** FILE: - Headset_notifier.h
** Description : This program is for Headset_notifier
** Version: 1.0
** Date : 2018/11/27
** Author: Zhonghua Hu@ODM_WT.BSP.TP-FP.TP
**
** -------------------------Revision History:----------------------------------
** <author> <data> <version > <desc>
**
**
*******************************************************************************/
#include <linux/notifier.h>
#include <linux/export.h>
extern struct atomic_notifier_head headset_notifier_list;
extern int headset_register_client(struct notifier_block *nb);
extern int headset_unregister_client(struct notifier_block *nb);
extern int headset_notifier_call_chain(unsigned long val, void *v);