#ifndef UCS_AARCH64_GLOBAL_OPTS_H_
#define UCS_AARCH64_GLOBAL_OPTS_H_
#include <ucs/sys/compiler_def.h>
BEGIN_C_DECLS
#define UCS_ARCH_GLOBAL_OPTS_INITALIZER {}
typedef struct ucs_arch_global_opts {
char dummy;
} ucs_arch_global_opts_t;
END_C_DECLS
#endif