mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-13 12:48:20 +00:00
base: move crt0.h and elf.h to base/internal
Those headers remained unused outside the internal framework. So it is better to remove them from the public API. Issue #1832
This commit is contained in:
committed by
Christian Helmuth
parent
2e701f9afa
commit
6e7f7bdad4
@ -14,14 +14,12 @@
|
||||
/* Genode includes */
|
||||
#include <base/printf.h>
|
||||
#include <base/env.h>
|
||||
#include <base/crt0.h>
|
||||
#include <base/sleep.h>
|
||||
#include <base/thread.h>
|
||||
#include <util/misc_math.h>
|
||||
#include <rm_session/connection.h>
|
||||
|
||||
|
||||
|
||||
static void blob() __attribute__((used));
|
||||
static void blob()
|
||||
{
|
||||
|
Reference in New Issue
Block a user