Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8540
b: refs/heads/master
c: df28f34
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Sep 12, 2005
1 parent b80e305 commit 0a5d9af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 42ae766fffdad89267151acddaf936df58ab2267
refs/heads/master: df28f34bf998795c4d4e08c1604eac0a6d84f502
7 changes: 4 additions & 3 deletions trunk/include/asm-m68knommu/checksum.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ unsigned int csum_partial(const unsigned char * buff, int len, unsigned int sum)
* better 64-bit) boundary
*/

unsigned int csum_partial_copy(const char *src, char *dst, int len, int sum);
unsigned int csum_partial_copy(const unsigned char *src, unsigned char *dst,
int len, int sum);


/*
Expand All @@ -35,8 +36,8 @@ unsigned int csum_partial_copy(const char *src, char *dst, int len, int sum);
* better 64-bit) boundary
*/

extern unsigned int csum_partial_copy_from_user(const char *src, char *dst,
int len, int sum, int *csum_err);
extern unsigned int csum_partial_copy_from_user(const unsigned char *src,
unsigned char *dst, int len, int sum, int *csum_err);

#define csum_partial_copy_nocheck(src, dst, len, sum) \
csum_partial_copy((src), (dst), (len), (sum))
Expand Down

0 comments on commit 0a5d9af

Please sign in to comment.