1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (c) 2024, Kongyang Liu <seashell11234455@gmail.com>
4 */
5
6int cleanup_before_linux(void)
7{
8	return 0;
9}
10