genode/repos/base-sel4/include/sel4/autoconf.h
2015-05-26 09:39:54 +02:00

24 lines
524 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 800
#endif /* _INCLUDE__SEL4__AUTOCONF_H_ */