2001-04-20 Eric Valette <valette@crf.canon.fr>

* include/bsp.h: Added include of <bsp/vectors.h>
	* vectors/vectors.h: Corrected typos.
This commit is contained in:
Joel Sherrill
2001-04-20 17:29:09 +00:00
parent 084556d6ec
commit 52dace9105
6 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2001-04-20 Eric Valette <valette@crf.canon.fr>
* include/bsp.h: Added include of <bsp/vectors.h>
* vectors/vectors.h: Corrected typos.
2001-04-11 Eric Valette <valette@crf.canon.fr>
* clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,

View File

@@ -28,6 +28,7 @@ extern "C" {
#include <mpc8xx/cpm.h>
#include <mpc8xx/mmu.h>
#include <mpc8xx/console.h>
#include <bsp/vectors.h>
/*
* confdefs.h overrides for this BSP:

View File

@@ -13,7 +13,7 @@
* $Id$
*/
#ifndef LIBBSP_POWERPC_ETH_COMM_VECTORS_H
#define LIBBSP_POWERPC_Eth_Comm_VECTORS_H
#define LIBBSP_POWERPC_ETH_COMM_VECTORS_H
/*
* The callee (high level exception code written in C)
@@ -141,4 +141,4 @@ typedef exception_handler_t cpuExcHandlerType;
#endif /* ASM */
#endif /* LIBBSP_POWERPC_MCP750_VECTORS_H */
#endif /* LIBBSP_POWERPC_ETH_COMM_VECTORS_H */

View File

@@ -1,3 +1,8 @@
2001-04-20 Eric Valette <valette@crf.canon.fr>
* include/bsp.h: Added include of <bsp/vectors.h>
* vectors/vectors.h: Corrected typos.
2001-04-11 Eric Valette <valette@crf.canon.fr>
* network/network.c: Fix unnecessary double assignment.

View File

@@ -29,6 +29,7 @@ extern "C" {
#include <mpc8xx/cpm.h>
#include <mpc8xx/mmu.h>
#include <mpc8xx/console.h>
#include <bsp/vectors.h>
/*

View File

@@ -13,7 +13,7 @@
* $Id$
*/
#ifndef LIBBSP_POWERPC_MBX8XX_VECTORS_H
#define LIBBSP_POWERPC_MBX8xx_VECTORS_H
#define LIBBSP_POWERPC_MBX8XX_VECTORS_H
/*
* The callee (high level exception code written in C)