Bug fix: TIVI-1996.
[profile/ivi/ico-uxf-homescreen.git] / src / homescreen / Cico_aul_listen_app.h
1 /*
2  * Copyright (c) 2013, TOYOTA MOTOR CORPORATION.
3  *
4  * This program is licensed under the terms and conditions of the
5  * Apache License, version 2.0.  The full text of the Apache License is at
6  * http://www.apache.org/licenses/LICENSE-2.0
7  *
8  */
9 /**
10  * @brief   Homescreen application aul handler multi support
11  *
12  * @date    Sep-23-2013
13  */
14 #ifndef CICO_AUL_LISTEN_APP_H
15 #define CICO_AUL_LISTEN_APP_H
16
17 int aul_listen_app_launch_signal_add(int (*func) (int, void *), void *data);
18 int aul_listen_app_dead_signal_add(int (*func) (int, void *), void *data);
19 void initAulListenXSignal();
20
21 #endif