2 * Copyright 2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef LAUNCH_SPEEDUP_H
6 #define LAUNCH_SPEEDUP_H
9 // generic syscall interface
10 #define LAUNCH_SPEEDUP_SYSCALLS "launch_speedup"
12 #define LAUNCH_SPEEDUP_START_SESSION 1
13 #define LAUNCH_SPEEDUP_STOP_SESSION 2
16 #endif /* LAUNCH_SPEEDUP_H */