xref: /haiku/src/servers/launch/LaunchDaemon.h (revision 5b6c827e828a20bb9d7bb357bdcac799fa51d7df)
1 /*
2  * Copyright 2015, Axel Dörfler, axeld@pinc-software.de.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef LAUNCH_DAEMON_H
6 #define LAUNCH_DAEMON_H
7 
8 
9 #include <SupportDefs.h>
10 
11 
12 static const uint32 kMsgEventTriggered = 'ldet';
13 
14 
15 #endif // LAUNCH_DAEMON_H
16