forked from Imagelibrary/rtems
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* context.c, cpu.c: Add include of config.h
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* context.c, cpu.c: Add include of config.h
|
||||
|
||||
2009-02-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* rtems/score/sh.h: SH2E and SH3E have a DSP rather than an FPU. They
|
||||
|
||||
@@ -18,6 +18,10 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/score/cpu.h>
|
||||
#include <rtems/score/isr.h>
|
||||
|
||||
@@ -22,6 +22,10 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/score/isr.h>
|
||||
#include <rtems/score/sh_io.h>
|
||||
|
||||
Reference in New Issue
Block a user