genode/ports/src/noux/path.h

23 lines
452 B
C++

/*
* \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 <vfs/types.h>
namespace Noux { using Vfs::Absolute_path; }
#endif /* _NOUX__PATH_H_ */