mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-03 09:40:44 +00:00
24 lines
608 B
C
24 lines
608 B
C
/*
|
|
* \brief Dataspace utility
|
|
* \author Norman Feske
|
|
* \date 2014-01-10
|
|
*
|
|
* \deprecated This header exists for API compatibility only.
|
|
*/
|
|
|
|
/*
|
|
* Copyright (C) 2014-2017 Genode Labs GmbH
|
|
*
|
|
* This file is part of the Genode OS framework, which is distributed
|
|
* under the terms of the GNU Affero General Public License version 3.
|
|
*/
|
|
|
|
#warning os/attached_dataspace.h is deprecated, use base/attached_dataspace.h instead
|
|
|
|
#ifndef _INCLUDE__OS__ATTACHED_DATASPACE_H_
|
|
#define _INCLUDE__OS__ATTACHED_DATASPACE_H_
|
|
|
|
#include <base/attached_dataspace.h>
|
|
|
|
#endif /* _INCLUDE__OS__ATTACHED_DATASPACE_H_ */
|