genode/repos/base/include/base/platform.h

21 lines
470 B
C

/*
* \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.
*/
#ifndef _INCLUDE__PLATFORM_H_
#define _INCLUDE__PLATFORM_H_
void binary_ready_hook_for_platform();
#endif /* _INCLUDE__PLATFORM_H_ */