2 * Copyright 2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
7 #include "launch_speedup.h"
11 #include <generic_syscall_defs.h>
18 main(int argc
, char **argv
)
21 status_t status
= _kern_generic_syscall(LAUNCH_SPEEDUP_SYSCALLS
, B_SYSCALL_INFO
,
22 &version
, sizeof(version
));
24 // the launch speedup module is not available
25 fprintf(stderr
, "\"launch_speedup\" module not available.\n");
29 _kern_generic_syscall(LAUNCH_SPEEDUP_SYSCALLS
, LAUNCH_SPEEDUP_STOP_SESSION
,
30 (void *)"system boot", strlen("system boot"));