summaryrefslogtreecommitdiff
path: root/crc32/crc32.h
blob: 3eced01ceb9403256bee458c4675e7114d5420c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Not copyrighted 2010 Tobias Klauser
 *
 * This code is in public domain.
 */

#ifndef _CRC32_H_
#define _CRC32_H_

#include <stdint.h>

extern uint32_t crc32(uint32_t crc, const uint8_t *buf, size_t len);

#endif /* _CRC32_H_ */
n>space:mode:
authorJingoo Han <jg1.han@samsung.com>2013-03-05 13:47:59 +0900
committerSamuel Ortiz <sameo@linux.intel.com>2013-04-05 18:08:45 +0200
commite8fe6a827939cf723a3871ff455f6346337c649a (patch)
treec4cad589074bc1ed8c92c2767f36b59fb0cf0f8f /drivers/mfd/htc-pasic3.c
parentbbc48c6aaab9cff03e6e966bf752c3b7ad91d16a (diff)
mfd: htc-pasic3: use module_platform_driver_probe()
This patch uses module_platform_driver_probe() macro which makes the code smaller and simpler. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/htc-pasic3.c')