mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-26 13:59:57 +00:00
22 lines
534 B
C
22 lines
534 B
C
/*
|
|
* \brief RAM dataspace utility
|
|
* \author Norman Feske
|
|
* \date 2008-03-22
|
|
*
|
|
* \deprecated This header exists for API compatibility only.
|
|
*/
|
|
|
|
/*
|
|
* Copyright (C) 2008-2013 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__OS__ATTACHED_RAM_DATASPACE_H_
|
|
#define _INCLUDE__OS__ATTACHED_RAM_DATASPACE_H_
|
|
|
|
#include <base/attached_ram_dataspace.h>
|
|
|
|
#endif /* _INCLUDE__OS__ATTACHED_RAM_DATASPACE_H_ */
|