Linux Audio

Check our new training course

Loading...
Note: File does not exist in v3.15.
 1// SPDX-License-Identifier: GPL-2.0
 2// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
 3
 4#include <linux/module.h>
 5
 6EXPORT_SYMBOL(memcpy);
 7EXPORT_SYMBOL(memset);
 8EXPORT_SYMBOL(memcmp);
 9EXPORT_SYMBOL(memmove);
10EXPORT_SYMBOL(strcmp);
11EXPORT_SYMBOL(strcpy);
12EXPORT_SYMBOL(strlen);