/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2019, Linaro Limited */ #ifndef __STRINGS_H #define __STRINGS_H int bcmp(const void *s1, const void *s2, size_t n); #endif /*__STRINGS_H*/