summaryrefslogtreecommitdiff
path: root/arch/riscv/cpu/k1/cpu.c
blob: 41a4a1b95e6e4b6dd1580b5f714107cac6c1dc02 (plain)
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright (c) 2024, Kongyang Liu <seashell11234455@gmail.com>
 */

int cleanup_before_linux(void)
{
	return 0;
}