2 * Copyright 2012 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Michael Lotz, mmlr@mlotz.ch
9 // This file just collects stubs that allow kernel sources to be used in the
10 // bootloader more easily.
14 #include <arch_config.h>
18 in_command_invocation()
25 abort_debugger_command()
38 _mutex_lock(mutex
*, void*)
50 #ifdef ATOMIC_FUNCS_ARE_SYSCALLS
52 /* needed by packagefs */
54 atomic_add(vint32
*value
, int32 addValue
)
61 #endif /*ATOMIC_FUNCS_ARE_SYSCALLS*/