BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / kernel / file_cache / launch_speedup.h
blobc46a365ce286fad186d5f35f898b3f51b409e46f
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
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 */