/* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (c) 2023 Rockchip Electronics Co., Ltd. */ #ifndef _RKVPSS_VERSION_H #define _RKVPSS_VERSION_H #include #include /* * RKVPSS DRIVER VERSION NOTE * * v0.1.0: * 1. First version; * */ #define RKVPSS_DRIVER_VERSION VPSS_API_VERSION #endif