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