[BACK]Return to platform.h CVS log [TXT][DIR] Up to [local] / prex-old / boot / avr32 / include

File: [local] / prex-old / boot / avr32 / include / platform.h (download)

Revision 1.1, Tue Jun 3 11:08:19 2008 UTC (15 years, 11 months ago) by nbrk
Branch: MAIN
CVS Tags: HEAD

include platform file for ngw100 (coming soon)

/*
 * $Id: platform.h,v 1.1 2008/06/03 11:08:19 nbrk Exp $
 */
#if defined(__ngw100__)
#include <../ngw100/platform.h>
#else
#error platform not supported
#endif