Ignore:
Timestamp:
07/01/99 23:39:13 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
258fd79
Parents:
2a6a029f
Message:

Patch from Eric Valette <valette@…> to clean up the
previous submission.

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 */
    115#ifndef LIBBSP_POWERPC_MCP750_VECTORS_H
    216#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).
    23 *
     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$
    314 */
    415#include <bsp/vectors.h>
Note: See TracChangeset for help on using the changeset viewer.