Changeset fcee56c0 in rtems for c/src/lib/libbsp/powerpc/motorola_powerpc/vectors
- Timestamp:
- 07/01/99 23:39:13 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 258fd79
- Parents:
- 2a6a029f
- Location:
- c/src/lib/libbsp/powerpc/motorola_powerpc/vectors
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/motorola_powerpc/vectors/vectors.h
r2a6a029f rfcee56c0 1 /* 2 * vectors.h Exception frame related contant and API. 3 * 4 * This include file describe the data structure and the functions implemented 5 * by rtems to handle exceptions. 6 * 7 * CopyRight (C) 1999 valette@crf.canon.fr 8 * 9 * The license and distribution terms for this file may be 10 * found in found in the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 12 * 13 * $Id$ 14 */ 1 15 #ifndef LIBBSP_POWERPC_MCP750_VECTORS_H 2 16 #define LIBBSP_POWERPC_MCP750_VECTORS_H -
c/src/lib/libbsp/powerpc/motorola_powerpc/vectors/vectors_init.c
r2a6a029f rfcee56c0 1 /* 1 /* 2 * vectors_init.c Exception hanlding initialisation (and generic handler). 2 3 * 4 * This include file describe the data structure and the functions implemented 5 * by rtems to handle exceptions. 6 * 7 * CopyRight (C) 1999 valette@crf.canon.fr 8 * 9 * The license and distribution terms for this file may be 10 * found in found in the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 12 * 13 * $Id$ 3 14 */ 4 15 #include <bsp/vectors.h>
Note: See TracChangeset
for help on using the changeset viewer.