Make UEFI boot-platform build again
[haiku.git] / headers / private / libroot / launch.h
blob55122ef82318c22c5635c334a6c644d675063e85
1 /*
2 * Copyright 2015, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _LIBROOT_LAUNCH_H
6 #define _LIBROOT_LAUNCH_H
9 #include <LaunchDaemonDefs.h>
10 #include <OS.h>
13 #ifdef __cplusplus
14 namespace BPrivate {
17 class KMessage;
20 port_id get_launch_daemon_port();
21 status_t send_request_to_launch_daemon(KMessage& request, KMessage& reply);
22 status_t get_launch_data(const char* signature, KMessage& data);
25 } // namespace BPrivate
26 #endif // __cplusplus
29 #endif // _LIBROOT_LAUNCH_H