/* * \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_ namespace Foc { #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include } #endif /* _INCLUDE__FOC__SYSCALL_H_ */