2008-01-09 Eric Norum <norume@aps.anl.gov>

* include/bsp.h: Include <bsp/vectors.h>.
This commit is contained in:
Joel Sherrill
2008-01-09 20:37:48 +00:00
parent 3408806956
commit 43fa4fc476
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2008-01-09 Eric Norum <norume@aps.anl.gov>
* include/bsp.h: Include <bsp/vectors.h>.
2007-12-13 Till Straumann <strauman@slac.stanford.edu> 2007-12-13 Till Straumann <strauman@slac.stanford.edu>
* Makefile.am: use preload.S, vectors_entry.S from shared * Makefile.am: use preload.S, vectors_entry.S from shared

View File

@@ -20,6 +20,7 @@
#include <rtems/console.h> #include <rtems/console.h>
#include <libcpu/io.h> #include <libcpu/io.h>
#include <rtems/clockdrv.h> #include <rtems/clockdrv.h>
#include <bsp/vectors.h>
/* /*
* confdefs.h overrides for this BSP: * confdefs.h overrides for this BSP: