File: integr.c

package info (click to toggle)
arj 3.10.22-13
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,352 kB
  • ctags: 4,701
  • sloc: ansic: 32,990; makefile: 2,034; sh: 1,547; asm: 436
file content (15 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * $Id: integr.c,v 1.2 2005/06/18 19:45:06 andrew_belov Exp $
 * ---------------------------------------------------------------------------
 * This is a portable version of the integrity validation record.
 *
 */

static volatile const char intergrity_identifier[] = {
	0xB0, 0x03, 0xB0, 0x02, 0xB0, 0x03,
	0xB0, 0x04, 0xB0, 0x05,
	0x90, 0x90, 0x90, 0x90,
	0x90, 0x90, 0x90, 0x90,
	0xB0, 0x01, 0xB0, 0x01, 0xC3
};