/* * Copyright 2014, General Dynamics C4 Systems * * SPDX-License-Identifier: GPL-2.0-only */ #pragma once #include #include #include #include void slowpath(syscall_t syscall) NORETURN; static inline void fastpath_call(word_t cptr, word_t r_msgInfo) NORETURN; static inline #ifdef CONFIG_KERNEL_MCS void fastpath_reply_recv(word_t cptr, word_t r_msgInfo, word_t reply) #else void fastpath_reply_recv(word_t cptr, word_t r_msgInfo) #endif NORETURN;