1bbbf1280Sopenharmony_ci/*
2bbbf1280Sopenharmony_ci * strchrnul - find a character or nul in a string
3bbbf1280Sopenharmony_ci *
4bbbf1280Sopenharmony_ci * Copyright (c) 2018-2019, Arm Limited.
5bbbf1280Sopenharmony_ci * SPDX-License-Identifier: MIT
6bbbf1280Sopenharmony_ci */
7bbbf1280Sopenharmony_ci
8bbbf1280Sopenharmony_ci#define BUILD_STRCHRNUL
9bbbf1280Sopenharmony_ci#include "strchr-sve.S"
10