genode/repos/base-sel4/src/core/include/sel4_boot_info.h
Alexander Boettcher 66c0c7b6f1 sel4: add x86_64 support
Issue #2451
2017-08-17 11:04:20 +02:00

23 lines
530 B
C++

/*
* \brief Access to seL4 boot info
* \author Norman Feske
* \date 2015-05-04
*/
/*
* Copyright (C) 2015-2017 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
*/
#ifndef _CORE__INCLUDE__SEL4_BOOT_INFO_H_
#define _CORE__INCLUDE__SEL4_BOOT_INFO_H_
/* seL4 includes */
#include <sel4/bootinfo.h>
namespace Genode { seL4_BootInfo const &sel4_boot_info(); }
#endif /* _CORE__INCLUDE__SEL4_BOOT_INFO_H_ */