libburn/libburn/lec.h

17 lines
310 B
C
Raw Normal View History

2006-08-15 20:37:04 +00:00
/* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */
#ifndef __LEC
#define __LEC
#ifndef Libburn_disable_lec_C
2006-08-15 20:37:04 +00:00
#define RS_L12_BITS 8
void scramble(unsigned char *);
void parity_p(unsigned char *in);
void parity_q(unsigned char *in);
#endif /* ! Libburn_disable_lec_C */
2006-08-15 20:37:04 +00:00
#endif /* __LEC */