genode/repos/base/src/lib/base/stack_area.cc

26 lines
554 B
C++
Raw Normal View History

2011-12-22 16:19:25 +01:00
/*
* \brief Component-local stack area
2011-12-22 16:19:25 +01:00
* \author Norman Feske
* \date 2010-01-19
*/
/*
* Copyright (C) 2010-2017 Genode Labs GmbH
2011-12-22 16:19:25 +01:00
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
2011-12-22 16:19:25 +01:00
*/
/* Genode includes */
#include <region_map/region_map.h>
#include <base/ram_allocator.h>
/* base-internal includes */
#include <base/internal/globals.h>
2011-12-22 16:19:25 +01:00
namespace Genode {
Region_map *env_stack_area_region_map;
Ram_allocator *env_stack_area_ram_allocator;
2011-12-22 16:19:25 +01:00
}