Make UEFI boot-platform build again
[haiku.git] / headers / private / libroot / extended_system_info.h
blobb6cd4c4a262dac8ba16834f7d0ec6b1cbe1daf6f
1 /*
2 * Copyright 2010, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _LIBROOT_EXTENDED_SYSTEM_INFO_H
6 #define _LIBROOT_EXTENDED_SYSTEM_INFO_H
9 /* This is C++ only API. */
10 #ifdef __cplusplus
13 #include <OS.h>
16 namespace BPrivate {
19 struct KMessage;
22 status_t get_extended_team_info(team_id teamID, uint32 flags, KMessage& info);
25 } // namespace BPrivate
28 #endif /* __cplusplus */
31 #endif /* _LIBROOT_EXTENDED_SYSTEM_INFO_H */