/* * \brief Path handling utility for Noux * \author Norman Feske * \date 2011-02-17 */ /* * Copyright (C) 2011-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 _NOUX__PATH_H_ #define _NOUX__PATH_H_ /* Genode includes */ #include /* Noux includes */ #include namespace Noux { typedef Path Absolute_path; } #endif /* _NOUX__PATH_H_ */