// -------------------------------------------------------------------------------- // @Title: perf_linux_dcc - main // @Description: - // @Author: ABO // @Copyright: (C) 1989-2015 Lauterbach GmbH, licensed for use with TRACE32(R) only // -------------------------------------------------------------------------------- // $Id: main.h 8551 2015-07-23 11:07:29Z abouassida $ #ifndef MAIN_ #define MAIN_ #define _GNU_SOURCE #define BUFSIZE 4095 extern char serial_dcc; extern int armfamily; #endif /*MAIN_*/