Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mem-memset-arch.h
Go to the documentation of this file.
1 
2 #ifdef ARCH_X86_64
3 
4 #define MEMSET_FN(fn, name, desc) \
5  extern void *fn(void *, int, size_t);
6 
8 
9 #undef MEMSET_FN
10 
11 #endif
12