Remove base/native_types.h headers

Issue #1993
This commit is contained in:
Norman Feske
2016-06-13 13:53:58 +02:00
parent d6ba00089b
commit f7bdd383e2
79 changed files with 324 additions and 310 deletions

View File

@@ -1,5 +1,5 @@
/*
* \brief Platform-specific type definitions
* \brief Platform-specific capability type
* \author Norman Feske
* \date 2014-10-14
*/
@@ -11,11 +11,10 @@
* under the terms of the GNU General Public License version 2.
*/
#ifndef _INCLUDE__BASE__NATIVE_TYPES_H_
#define _INCLUDE__BASE__NATIVE_TYPES_H_
#ifndef _INCLUDE__BASE__NATIVE_CAPABILITY_H_
#define _INCLUDE__BASE__NATIVE_CAPABILITY_H_
#include <base/stdint.h>
#include <base/native_capability.h>
namespace Genode {
@@ -100,4 +99,4 @@ namespace Genode {
};
}
#endif /* _INCLUDE__BASE__NATIVE_TYPES_H_ */
#endif /* _INCLUDE__BASE__NATIVE_CAPABILITY_H_ */

View File

@@ -12,7 +12,7 @@
*/
/* base includes */
#include <base/native_types.h>
#include <base/capability.h>
#include <base/printf.h>
/* base-internal includes */

View File

@@ -17,7 +17,6 @@
#include <base/cache.h>
#include <base/ipc.h>
#include <base/stdint.h>
#include <base/native_types.h>
namespace Genode {

View File

@@ -16,7 +16,6 @@
/* Genode includes */
#include <base/thread_state.h>
#include <base/native_types.h>
#include <util/string.h>
/* core includes */

View File

@@ -19,7 +19,6 @@
#define _INCLUDE__BASE__INTERNAL__CAPABILITY_SPACE_H_
/* Genode includes */
#include <base/native_types.h>
#include <base/thread.h>
/* base-internal includes */

View File

@@ -1,20 +0,0 @@
/*
* \brief Platform-specific type and parameter definitions
* \author Norman Feske
* \date 2015-05-06
*/
/*
* Copyright (C) 2015 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU General Public License version 2.
*/
#ifndef _INCLUDE__BASE__INTERNAL__NATIVE_TYPES_H_
#define _INCLUDE__BASE__INTERNAL__NATIVE_TYPES_H_
/* Genode includes */
#include <base/native_types.h>
#endif /* _INCLUDE__BASE__INTERNAL__NATIVE_TYPES_H_ */

View File

@@ -15,7 +15,6 @@
#include <base/printf.h>
/* base-internal includes */
#include <base/internal/native_types.h>
#include <base/internal/capability_space.h>
using namespace Genode;

View File

@@ -12,7 +12,7 @@
*/
/* base includes */
#include <base/native_types.h>
#include <base/capability.h>
#include <base/printf.h>
#include <util/bit_allocator.h>