You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
317 B

/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (C) 2025 Rockchip Electronics Co., Ltd. */
#ifndef _RKAIISP_VERSION_H
#define _RKAIISP_VERSION_H
#include <linux/version.h>
/*
*RKAIISP DRIVER VERSION NOTE
*
*v0.1.1:
*1. First version;
*
*/
#define RKAIISP_DRIVER_VERSION KERNEL_VERSION(0, 1, 0x1)
#endif