genode/repos/base/include/base/errno.h

23 lines
441 B
C++

/*
* \brief Genode error codes
* \author Norman Feske
* \date 2006-04-28
*/
/*
* Copyright (C) 2006-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__BASE__ERRNO_H_
#define _INCLUDE__BASE__ERRNO_H_
namespace Genode {
enum { ERR_INVALID_OBJECT = -70000, };
}
#endif /* _INCLUDE__BASE__ERRNO_H_ */