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