brintos

brintos / linux-shallow public Read only

0
0
Text · 209 B · 53f4548 Raw
14 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2 3#ifdef HAVE_ARCH_X86_64_SUPPORT4 5#define MEMSET_FN(fn, name, desc)		\6	void *fn(void *, int, size_t);7 8#include "mem-memset-x86-64-asm-def.h"9 10#undef MEMSET_FN11 12#endif13 14