mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-25 07:06:40 +08:00
13 lines
164 B
C
13 lines
164 B
C
|
|
||
|
#ifdef ARCH_X86_64
|
||
|
|
||
|
#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
|
||
|
|