summaryrefslogtreecommitdiffstats
path: root/src/map/fpga/fpga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/fpga/fpga.h')
-rw-r--r--src/map/fpga/fpga.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/fpga/fpga.h b/src/map/fpga/fpga.h
index bbb95984..ee65f7a8 100644
--- a/src/map/fpga/fpga.h
+++ b/src/map/fpga/fpga.h
@@ -156,6 +156,8 @@ extern int Fpga_CutVolume( Fpga_Cut_t * pCut );
extern int Fpga_ManCheckConsistency( Fpga_Man_t * p );
extern void Fpga_ManCleanData0( Fpga_Man_t * pMan );
extern Fpga_NodeVec_t * Fpga_CollectNodeTfo( Fpga_Man_t * pMan, Fpga_Node_t * pNode );
+/*=== fpga.c =============================================================*/
+extern void Fpga_SetSimpleLutLib( int nLutSize );
#ifdef __cplusplus
}