mirror of
https://github.com/RGBCube/serenity
synced 2025-07-12 14:17:36 +00:00
10 lines
285 B
C++
10 lines
285 B
C++
/*
|
|
* Copyright (c) 2021, Nico Weber <thakis@chromium.org>
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
// This is a temporary file to get a non-empty Kernel binary on aarch64.
|
|
// The prekernel currently never jumps to the kernel. This is dead code.
|
|
void dummy();
|
|
void dummy() { }
|