1 /* 2 * (c) 2018 Adam Lackorzynski <adam@l4re.org> 3 * 4 * This file is part of L4Re and distributed under the terms of the 5 * GNU General Public License 2. 6 * Please see the COPYING-GPL-2 file for details. 7 * 8 * As a special exception, you may use this file as part of a free software 9 * library without restriction. Specifically, if other files instantiate 10 * templates or use macros or inline functions from this file, or you compile 11 * this file and link it with other files to produce an executable, this 12 * file does not by itself cause the resulting executable to be covered by 13 * the GNU General Public License. This exception does not however 14 * invalidate any other reasons why the executable file might be covered by 15 * the GNU General Public License. 16 */ 17 #pragma once 18 19 #include_next <l4/sys/task.h> 20 #include <l4/sys/__task-arm.h> 21