⛏️ index : haiku.git

/*
 * Copyright 2015, Axel DΓΆrfler, axeld@pinc-software.de.
 * Distributed under the terms of the MIT License.
 */
#ifndef LAUNCH_DAEMON_H
#define LAUNCH_DAEMON_H


#include <SupportDefs.h>


static const uint32 kMsgEventTriggered = 'ldet';


#endif // LAUNCH_DAEMON_H