forked from Imagelibrary/rtems
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:
@@ -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>
|
2001-04-11 Eric Valette <valette@crf.canon.fr>
|
||||||
|
|
||||||
* clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
|
* clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ extern "C" {
|
|||||||
#include <mpc8xx/cpm.h>
|
#include <mpc8xx/cpm.h>
|
||||||
#include <mpc8xx/mmu.h>
|
#include <mpc8xx/mmu.h>
|
||||||
#include <mpc8xx/console.h>
|
#include <mpc8xx/console.h>
|
||||||
|
#include <bsp/vectors.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* confdefs.h overrides for this BSP:
|
* confdefs.h overrides for this BSP:
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
#ifndef LIBBSP_POWERPC_ETH_COMM_VECTORS_H
|
#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)
|
* The callee (high level exception code written in C)
|
||||||
@@ -141,4 +141,4 @@ typedef exception_handler_t cpuExcHandlerType;
|
|||||||
|
|
||||||
#endif /* ASM */
|
#endif /* ASM */
|
||||||
|
|
||||||
#endif /* LIBBSP_POWERPC_MCP750_VECTORS_H */
|
#endif /* LIBBSP_POWERPC_ETH_COMM_VECTORS_H */
|
||||||
|
|||||||
@@ -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>
|
2001-04-11 Eric Valette <valette@crf.canon.fr>
|
||||||
|
|
||||||
* network/network.c: Fix unnecessary double assignment.
|
* network/network.c: Fix unnecessary double assignment.
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ extern "C" {
|
|||||||
#include <mpc8xx/cpm.h>
|
#include <mpc8xx/cpm.h>
|
||||||
#include <mpc8xx/mmu.h>
|
#include <mpc8xx/mmu.h>
|
||||||
#include <mpc8xx/console.h>
|
#include <mpc8xx/console.h>
|
||||||
|
#include <bsp/vectors.h>
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
#ifndef LIBBSP_POWERPC_MBX8XX_VECTORS_H
|
#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)
|
* The callee (high level exception code written in C)
|
||||||
|
|||||||
Reference in New Issue
Block a user