6b7ab582b3d4277bbb89798ec777abb6d63bd326
[profile/ivi/tel-plugin-imc.git] / include / s_dispatch.h
1 /**\r
2  * tel-plugin-samsung\r
3  *\r
4  * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved\r
5  *\r
6  * Contact: Ja-young Gu <jygu@samsung.com>\r
7  *\r
8  * PROPRIETARY/CONFIDENTIAL\r
9  *\r
10  * This software is the confidential and proprietary information of SAMSUNG ELECTRONICS ("Confidential Information").\r
11  * You shall not disclose such Confidential Information and shall\r
12  * use it only in accordance with the terms of the license agreement you entered into with SAMSUNG ELECTRONICS.\r
13  * SAMSUNG make no representations or warranties about the suitability\r
14  * of the software, either express or implied, including but not\r
15  * limited to the implied warranties of merchantability, fitness for a particular purpose, or non-infringement.\r
16  * SAMSUNG shall not be liable for any damages suffered by licensee as\r
17  * a result of using, modifying or distributing this software or its derivatives.\r
18  */\r
19 \r
20 #ifndef __S_DISPATCH_H__\r
21 #define __S_DISPATCH_H__\r
22 \r
23 void do_factory(TcoreHal *h, const ipc_message_type *ipc);\r
24 void do_notification_message(TcorePlugin *p, const ipc_message_type *ipc);\r
25 void do_notification_sys_message(TcorePlugin *p, const void *data);\r
26 \r
27 #endif\r