@@ -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_ */
|
||||
@@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
/* base includes */
|
||||
#include <base/native_types.h>
|
||||
#include <base/capability.h>
|
||||
#include <base/printf.h>
|
||||
|
||||
/* base-internal includes */
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#include <base/cache.h>
|
||||
#include <base/ipc.h>
|
||||
#include <base/stdint.h>
|
||||
#include <base/native_types.h>
|
||||
|
||||
namespace Genode {
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
|
||||
/* Genode includes */
|
||||
#include <base/thread_state.h>
|
||||
#include <base/native_types.h>
|
||||
#include <util/string.h>
|
||||
|
||||
/* core includes */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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_ */
|
||||
@@ -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;
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
*/
|
||||
|
||||
/* base includes */
|
||||
#include <base/native_types.h>
|
||||
#include <base/capability.h>
|
||||
#include <base/printf.h>
|
||||
#include <util/bit_allocator.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user