Files
rtems/cpukit/score/cpu/powerpc/cpu.c
Joel Sherrill 8eff201acf 2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c: Add include of config.h
2010-03-27 15:02:31 +00:00

18 lines
336 B
C

/*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
*/
/*
* For now, this file is just a stub to work around
* structural deficiencies of the powerpc port.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif