genode/repos/base-linux/src/core/include/util.h

21 lines
458 B
C

/*
* \brief Core-internal utilities
* \author Stefan Kalkowski
* \date 2014-03-10
*/
/*
* Copyright (C) 2014-2017 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
*/
#ifndef _CORE__INCLUDE__UTIL_H_
#define _CORE__INCLUDE__UTIL_H_
/* base-internal includes */
#include <base/internal/page_size.h>
#endif /* _CORE__INCLUDE__UTIL_H_ */