genode/repos/base-hw/src/include/hw/spec/arm/boot_info.h

20 lines
477 B
C++

/*
* \brief Boot information for ARM
* \author Stefan Kalkowski
* \date 2019-05-16
*/
/*
* Copyright (C) 2019 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 _SRC__LIB__HW__SPEC__ARM__BOOT_INFO_H_
#define _SRC__LIB__HW__SPEC__ARM__BOOT_INFO_H_
namespace Board { struct Boot_info {}; }
#endif /* _SRC__LIB__HW__SPEC__ARM__BOOT_INFO_H_ */