X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Fstring.h;h=27876b9da06ac8cbe4163d106541dc0d03d5f22a;hb=9c920a8402f2bb9bd931801d429b65f4eb6a262b;hp=a3493ee282bb33222185a9febf2a4434f8b98dac;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/include/asm-x86_64/string.h b/include/asm-x86_64/string.h index a3493ee28..27876b9da 100644 --- a/include/asm-x86_64/string.h +++ b/include/asm-x86_64/string.h @@ -3,6 +3,8 @@ #ifdef __KERNEL__ +#define struct_cpy(x,y) (*(x)=*(y)) + /* Written 2002 by Andi Kleen */ /* Only used for special circumstances. Stolen from i386/string.h */