diff options
author | Austin Hendrix <ahendrix@willowgarage.com> | 2012-06-04 18:27:51 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-06-06 10:00:39 -0400 |
commit | 4db703ead/*
* crc-itu-t.h - CRC ITU-T V.41 routine
*
* Implements the standard CRC ITU-T V.41:
* Width 16
* Poly 0x0x1021 (x^16 + x^12 + x^15 + 1)
* Init 0
*
* This source code is licensed under the GNU General Public License,
* Version 2. See the file COPYING for more details.
*/
#ifndef CRC_ITU_T_H
#define CRC_ITU_T_H
#include <linux/types.h>
extern u16 const crc_itu_t_table[256];
extern u16 crc_itu_t(u16 crc, const u8 *buffer, size_t len);
touch
panel.
Signed-off-by: Austin Hendrix <ahendrix@willowgarage.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py') 0 files changed, 0 insertions, 0 deletions |