/** * Copyright (C) Mellanox Technologies Ltd. 2019. ALL RIGHTS RESERVED. * * See file LICENSE for terms. */ #if defined(__aarch64__) #ifdef HAVE_CONFIG_H # include "config.h" #endif #include #include ucs_config_field_t ucs_arch_global_opts_table[] = { {NULL} }; void ucs_arch_print_memcpy_limits(ucs_arch_global_opts_t *config) { } #endif