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