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