From 9e6f8406e80c55455c464b01033040a88fd12c40 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 22 Feb 2006 08:01:00 -0800 Subject: Version abc60222 --- src/map/fpga/fpga.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/fpga/fpga.h') diff --git a/src/map/fpga/fpga.h b/src/map/fpga/fpga.h index 874a2d79..51868188 100644 --- a/src/map/fpga/fpga.h +++ b/src/map/fpga/fpga.h @@ -147,6 +147,7 @@ extern float Fpga_LutLibReadLutArea( Fpga_LutLib_t * p, int Size ); extern float Fpga_LutLibReadLutDelay( Fpga_LutLib_t * p, int Size ); /*=== fpgaTruth.c =============================================================*/ extern void * Fpga_TruthsCutBdd( void * dd, Fpga_Cut_t * pCut ); +extern int Fpga_CutVolume( Fpga_Cut_t * pCut ); /*=== fpgaUtil.c =============================================================*/ extern int Fpga_ManCheckConsistency( Fpga_Man_t * p ); extern void Fpga_ManCleanData0( Fpga_Man_t * pMan ); -- cgit v1.2.3