/******************************************************************************* NAME fpgaNvsramLockDiag.h SUMMARY header file for Zebulon FPGA NVSRAM lock function diagnostics VERSION %version: 1 % UPDATE DATE %date_modified: Apr 27 18:20 2009 % PROGRAMMER %created_by: Jim Tu % Copyright 2009 Quanta Corporation. All Rights Reserved. DESCRIPTION: This file has code to test the NVSRAM lock function of Zebulon FPGA NOTES: REFERENCE: *******************************************************************************/ #ifndef __FPGA_NVSRAM_LOCK_DIAG_H__ #define __FPGA_NVSRAM_LOCK_DIAG_H__ /*** Export Function ***/ INT32 fpgaNvsramLockDiag(VOID); #endif //__FPGA_NVSRAM_LOCK_DIAG_H__