/* * \brief Collection of Fiasco.OC kernel bindings * \author Norman Feske * \date 2020-11-27 */ /* * Copyright (C) 2020 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 _INCLUDE__FOC__SYSCALL_H_ #define _INCLUDE__FOC__SYSCALL_H_ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wconversion" namespace Foc { #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include } #pragma GCC diagnostic pop /* restore -Wconversion warnings */ #endif /* _INCLUDE__FOC__SYSCALL_H_ */