Hide binary_ready_hook_for_platform from public

The hook is meant to be internal to the framework. So better keep its
declaration in the framework-internal globals.h header.

Issue #3581
This commit is contained in:
Norman Feske
2020-04-21 16:56:53 +02:00
parent b134867f31
commit 6f6340644b
5 changed files with 6 additions and 29 deletions

View File

@ -14,9 +14,7 @@
/* base-internal includes */
#include <base/platform.h>
#include <base/internal/globals.h>
void binary_ready_hook_for_platform()
{
}
void Genode::binary_ready_hook_for_platform() { }