1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 3 * Copyright (c) 2020 Rockchip Electronics Co. Ltd. 4 * 5 * Author: Wyon Bi <bivvy.bi@rock-chips.com> 6 */ 7 8 #ifndef POST_PROCESS_H 9 #define POST_PROCESS_H 10 11 void rk628_post_process_init(struct rk628 *rk628); 12 void rk628_post_process_enable(struct rk628 *rk628); 13 void rk628_post_process_disable(struct rk628 *rk628); 14 15 #endif 16