summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/string.h
blob: f72d8a3d1d83d85e66e930465873c06335dcda90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-or-later */

/**
 * @file
 * @brief x86 specific string optimizations
 *
 * Thanks to the Linux kernel here we can add many micro optimized string
 * functions. But currently it makes no sense, to do so.
 */
#ifndef __ASM_X86_STRING_H
#define __ASM_X86_STRING_H

/* nothing special yet */

#endif