blob: 233a6a3d64e293ab26ba9a44d19bffc777b560de [file] [log] [blame]
Kongyang Liuf7526742024-03-10 00:54:56 +08001// 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}