genode/repos/base/include/base/sleep.h

21 lines
477 B
C
Raw Normal View History

2011-12-22 16:19:25 +01:00
/*
* \brief Lay back and relax
* \author Norman Feske
* \author Christian Helmuth
2011-12-22 16:19:25 +01:00
* \date 2006-07-19
*/
/*
* Copyright (C) 2006-2014 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 General Public License version 2.
*/
#ifndef _INCLUDE__BASE__SLEEP_H_
#define _INCLUDE__BASE__SLEEP_H_
namespace Genode { __attribute__((noreturn)) void sleep_forever(); }
2011-12-22 16:19:25 +01:00
#endif /* _INCLUDE__BASE__SLEEP_H_ */