mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-21 08:29:41 +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,8 +14,12 @@
|
||||
#ifndef _INCLUDE__STARTUP__INTERNAL___MAIN_PARENT_CAP_H_
|
||||
#define _INCLUDE__STARTUP__INTERNAL___MAIN_PARENT_CAP_H_
|
||||
|
||||
/* Genode includes */
|
||||
#include <base/native_types.h>
|
||||
|
||||
/* base-internal includes */
|
||||
#include <base/internal/crt0.h>
|
||||
|
||||
namespace Genode {
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user