/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ /* * Copyright (c) 2019 Amlogic, Inc. All rights reserved. */ #ifndef _LINUX_UPSTREAM_VERSION_H #define _LINUX_UPSTREAM_VERSION_H #define AML_KERNEL_VERSION 11 #define UPSTREAM_VERSION "cbb0a15dcc1e" #define AML_PATCH_VERSION "cbb0a15dcc1e" #define MERGE_DATE "2025-10-16" #endif