/* * SPDX-FileCopyrightText: Stone Tickle * SPDX-License-Identifier: GPL-3.0-only */ #ifndef MUON_FUNCTIONS_ARRAY_H #define MUON_FUNCTIONS_ARRAY_H #include "functions/common.h" extern const struct func_impl impl_tbl_array[]; extern const struct func_impl impl_tbl_array_internal[]; #endif