Skip to main content

limine/
entrypoint.rs

1// Copyright © 2026, Julian Scheffers
2// SPDX-License-Identifier: MIT OR Apache-2.0
3
4/// Executable entrypoint function signature.
5pub type EntryPoint = unsafe extern "C" fn() -> !;