OpenCores
URL https://opencores.org/ocsvn/jtag_stapl_player/jtag_stapl_player/trunk

Subversion Repositories jtag_stapl_player

[/] [jtag_stapl_player/] [trunk/] [jamcomp.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 sukhanov
/****************************************************************************/
2
/*                                                                                                                                                      */
3
/*      Module:                 jamcomp.h                                                                                               */
4
/*                                                                                                                                                      */
5
/*                                      Copyright (C) Altera Corporation 1997                                   */
6
/*                                                                                                                                                      */
7
/*      Description:    Contains the function prototypes for compressing                */
8
/*                                      and uncompressing Boolean array data.                                   */
9
/*                                                                                                                                                      */
10
/****************************************************************************/
11
 
12
/****************************************************************************/
13
/*                                                                                                                                                      */
14
/*      Actel version 1.1             May 2003                                                                  */
15
/*                                                                                                                                                      */
16
/****************************************************************************/
17
 
18
#ifndef INC_JAMCOMP_H
19
#define INC_JAMCOMP_H
20
 
21
long jam_uncompress
22
(
23
        char *in,
24
        long in_length,
25
        char *out,
26
        long out_length,
27
        int version
28
);
29
 
30
#endif /* INC_JAMCOMP_H */
31
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.