Branched 0.4.8 of libburn

This commit is contained in:
Mario Danic
2008-05-17 07:42:12 +00:00
parent 9ae2961be7
commit 511ba284ad
122 changed files with 53777 additions and 0 deletions

View File

@ -0,0 +1,12 @@
/* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */
#ifndef __LEC
#define __LEC
#define RS_L12_BITS 8
void scramble(unsigned char *);
void parity_p(unsigned char *in);
void parity_q(unsigned char *in);
#endif /* __LEC */