xref: /OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/vehicle_main.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Rockchip Vehicle driver
4  *
5  * Copyright (C) 2022 Rockchip Electronics Co., Ltd.
6  */
7 #ifndef __VEHICLE_MAIN_H
8 #define __VEHICLE_MAIN_H
9 
10 /* impl by vehicle_main, call by ad detect */
11 void vehicle_ad_stat_change_notify(void);
12 void vehicle_cif_stat_change_notify(void);
13 void vehicle_gpio_stat_change_notify(void);
14 void vehicle_cif_error_notify(int last_line);
15 void vehicle_android_is_ready_notify(void);
16 void vehicle_apk_state_change(char crtc[22]);
17 
18 #endif
19