projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
CR_1827_cannot_record_play_simultaneously
[platform/kernel/linux-starfive.git]
/
include
/
linux
/
crc64.h
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* See lib/crc64.c for the related specification and polynomial arithmetic.
4
*/
5
#ifndef _LINUX_CRC64_H
6
#define _LINUX_CRC64_H
7
8
#include <linux/types.h>
9
10
u64 __pure crc64_be(u64 crc, const void *p, size_t len);
11
#endif /* _LINUX_CRC64_H */