source: rtems/cpukit/score/cpu/powerpc/rtems/score/ppc.h @ 7f70d1b7

4.104.114.84.95
Last change on this file since 7f70d1b7 was 7f70d1b7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/28/05 at 15:56:09

New header guard.

  • Property mode set to 100644
File size: 420 bytes
Line 
1/**
2 * @file rtems/score/ppc.h
3 */
4
5/*
6 *  The license and distribution terms for this file may in
7 *  the file LICENSE in this distribution or at
8 *  http://www.rtems.com/license/LICENSE.
9 *
10 *  $Id$
11 */
12
13#ifndef _RTEMS_SCORE_PPC_H
14#define _RTEMS_SCORE_PPC_H
15#ifndef RTEMS_NO_WARN_DEPRECATED
16#warning <rtems/score/ppc.h> is deprecated, use <rtems/score/powerpc.h> instead
17#endif
18#include <rtems/score/powerpc.h>
19#endif
Note: See TracBrowser for help on using the repository browser.