genode/repos/base-sel4/include/sel4/autoconf.h

28 lines
611 B
C

/*
* \brief Configuration values expected by seL4's kernel-interface headers
* \author Norman Feske
* \date 2014-10-15
*/
/*
* Copyright (C) 2014 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__SEL4__AUTOCONF_H_
#define _INCLUDE__SEL4__AUTOCONF_H_
#define SEL4_DEBUG_KERNEL 1
#define DEBUG 1
#define CONFIG_MAX_NUM_BOOTINFO_UNTYPED_CAPS 166
#define CONFIG_NUM_PRIORITIES 256
#define CONFIG_MAX_NUM_BOOTINFO_DEVICE_REGIONS 199
#endif /* _INCLUDE__SEL4__AUTOCONF_H_ */