genode/base-hw/src/core/kernel/kernel.h
2014-03-04 19:01:29 +01:00

20 lines
416 B
C++

/*
* \brief Singlethreaded minimalistic kernel
* \author Martin Stein
* \date 2013-09-30
*/
/*
* Copyright (C) 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 _KERNEL__KERNEL_H_
#define _KERNEL__KERNEL_H_
namespace Kernel { unsigned core_id(); }
#endif /* _KERNEL__KERNEL_H_ */