mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
12 lines
177 B
C
12 lines
177 B
C
|
|
#ifdef HAVE_ARCH_X86_64_SUPPORT
|
|
|
|
#define MEMSET_FN(fn, name, desc) \
|
|
extern void *fn(void *, int, size_t);
|
|
|
|
#include "mem-memset-x86-64-asm-def.h"
|
|
|
|
#undef MEMSET_FN
|
|
|
|
#endif
|
|
|