00001 /* (c) Copyright 2004-2005, Cadence Design Systems, Inc. All rights reserved. 00002 00003 This file is part of the OA Gear distribution. See the COPYING file in 00004 the top level OA Gear directory for copyright and licensing information. */ 00005 00006 /* 00007 Author: Zhong Xiu <zxiu@andrew.cmu.edu> 00008 00009 ChangeLog: 00010 2004-09-15: ChangeLog started 00011 */ 00012 00013 #if !defined(oagTimerSdcParserInt_P) 00014 #define oagTimerSdcParserInt_P 00015 00016 #include "oagTimerSdcData.h" 00017 00018 extern int oagTimerSdc_yyparse(); 00019 extern FILE *oagTimerSdc_yyin; 00020 00021 namespace oagTimer { 00022 00024 extern SdcData sdcParseData; 00025 00027 class exprTree3; 00028 00029 } 00030 00031 #endif