Files
kernel_xiaomi_tulip/include/linux/android_version.h
Danny Lin d04e30d12d init: Export Android version from kernel command line
This flag will be provided by our flasher to facilitate support for both
Android Pie and 10 in the same kernel.

Signed-off-by: Danny Lin <danny@kdrag0n.dev>
Signed-off-by: GhostMaster69-dev <rathore6375@gmail.com>
2023-12-22 06:33:41 +00:00

4 lines
80 B
C

/* SPDX-License-Identifier: GPL-2.0 */
unsigned int get_android_version(void);