// -------------------------------------------------------------------------------- // @Title: t32server - file io functions // @Description: - // @Author: KJM // @Copyright: (C) 1989-2014 Lauterbach GmbH, licensed for use with TRACE32(R) only // -------------------------------------------------------------------------------- // $Id: fileio.h 7571 2014-08-25 15:50:21Z kjmal $ #ifndef FILEIO_H_ #define FILEIO_H_ int GetFile(char *buf); int SendFile(char *buf); #endif /*FILEIO_H_*/