blob: 7d6dd41f2c694fa9e09013795798aedf61decaf9 [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 strcmp implementation is verbatim from cortex-strings.
// But for userboot we need to make the symbol hidden.
#include "third_party/lib/cortex-strings/src/aarch64/strcmp.S"
#ifdef HIDDEN
.hidden strcmp
#endif