staging: wilc1000: remove WILC_strncmp function
[deliverable/linux.git] / drivers / staging / wilc1000 / wilc_strutils.c
CommitLineData
c5c77ba1
JK
1
2#define _CRT_SECURE_NO_DEPRECATE
3
c3ea8a72 4#include "wilc_strutils.h"
c5c77ba1 5
c5c77ba1 6
c5c77ba1
JK
7
8
9/*!
10 * @author syounan
11 * @date 18 Aug 2010
12 * @version 1.0
13 */
4e4467fd 14void WILC_memcpy_INTERNAL(void *pvTarget, const void *pvSource, u32 u32Count)
c5c77ba1
JK
15{
16 memcpy(pvTarget, pvSource, u32Count);
17}
18
c5c77ba1 19
c5c77ba1 20
c5c77ba1 21
This page took 0.060325 seconds and 5 git commands to generate.