blob: c6c40a4433ae2c2366fa405137b66db4278fb030 [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "asm.h"
// The memcmp implementation is verbatim from cortex-strings.
// But for userboot we need to make the symbol hidden.
#include "third_party/lib/cortex-strings/src/aarch64/memcmp.S"
#ifdef HIDDEN
.hidden memcmp
#endif