#ifndef __COMMON_H #define __COMMON_H /*********************************************************************** * FILENAME: $RCSfile: common.h,v $ * VERSION : $Revision: 1.1 $ * DATE : $Date: 2003/03/11 20:15:07 $ * Copyright (c) 1997 Texas Instruments Incorporated * * - common routines used throughout tests * ************************************************************************/ #if RTDX_POLLING_IMPLEMENTATION #define WAIT_FOR_XFER() while( RTDX_writing != NULL ) RTDX_Poll() #else #define WAIT_FOR_XFER() while( RTDX_writing != NULL ) #endif #endif // __COMMON_H