blob: 41a4a1b95e6e4b6dd1580b5f714107cac6c1dc02 [file] [log] [blame]
Kongyang Liuad9c1432024-12-15 13:02:41 +08001// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * Copyright (c) 2024, Kongyang Liu <seashell11234455@gmail.com>
4 */
5
6int cleanup_before_linux(void)
7{
8 return 0;
9}