Searched defs:Source (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/staging/rt2860/ |
D | rt_linux.h | 317 #define NdisMoveMemory(Destination, Source, Length) memmove(Destination, Source, Length) argument 318 #define NdisCopyMemory(Destination, Source, Length) memcpy(Destination, Source, Length) argument 321 #define NdisCmpMemory(Destination, Source, Length) memcmp(Destination, Source, Length) argument
|