/* @(#) $Header: /usr/local/scalawags_cvs/Scalawags/Frc2006/testprogs.h,v 1.9 2005/05/13 23:47:00 abrown Exp $
 * Description:
 *   This is a standard include file that should be included in all
 *   test (*_t.c) files.
 * Author: Allen Brown  http://brown.armoredpenguin.com/~abrown/contact.html
 */
#ifndef testprogs_h
  #define testprogs_h

  #include "ifi_aliases.h"
  #include "ifi_default.h"
  #include "user_routines_alt.h"
 
  tx_data_record txdata;
  rx_data_record rxdata;
  packed_struct statusflag;

#endif

/*
 * $Log: testprogs.h,v $
 * Revision 1.9  2005/05/13 23:47:00  abrown
 * Remove __ from defines.  Move Log to end of file.
 *
 * Revision 1.8  2005/01/25 04:14:54  abrown
 * Remove references to printf_lib.
 *
 * Revision 1.7  2005/01/09 05:15:00  abrown
 * Update to 2005 default code base. -- Allen Brown
 *
 * Revision 1.6  2004/02/16 04:15:19  abrown
 * Remove declaration of PORTB.  Now covered by ifi_picdefs.h.
 *
 * Revision 1.5  2004/02/01 00:08:05  sean
 * Checks to be sure it isn't included twice
 *
 * Revision 1.4  2004/01/19 00:14:55  gibby
 * Deleted variables that no longer existed.
 *
 * Revision 1.3  2004/01/09 05:03:12  abrown
 * Don't want supportfuncs here.
 *
 * Revision 1.2  2004/01/09 04:30:04  abrown
 * Include "supportfuncs.c".
 *
 * Revision 1.1  2004/01/09 04:20:52  abrown
 * Initial revision
 */


syntax highlighted by Code2HTML, v. 0.9.1