/* * \brief Platform dependant hook after binary ready * \author Stefan Thoeni * \date 2019-12-13 */ /* * Copyright (C) 2019 Genode Labs GmbH * Copyright (C) 2019 gapfruit AG * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU Affero General Public License version 3. */ /* base-internal includes */ #include void binary_ready_hook_for_platform() { }