1 2 /* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */ 3 4 /* ts A91016 : libburn/ecma130ab.h is the replacement for old libburn/lec.h 5 6 Copyright 2009, Thomas Schmitt <scdbackup@gmx.net>, libburnia-project.org 7 Provided under GPL version 2 or later. 8 9 This code module implements the computations prescribed in ECMA-130 Annex A 10 and B. For explanations of the underlying mathematics see ecma130ab.c . 11 12 */ 13 14 #ifndef Libburn_ecma130ab_includeD 15 #define Libburn_ecma130ab_includeD 1 16 17 void burn_rspc_parity_p(unsigned char *sector); 18 19 void burn_rspc_parity_q(unsigned char *sector); 20 21 void burn_ecma130_scramble(unsigned char *sector); 22 23 #endif /* ! Libburn_ecma130ab_includeD */ 24