summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems/score/ppc.h
blob: 528648b1b29c6609ae82e4e83c8d128867f54cd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * @file rtems/score/ppc.h
 */

/*
 *  The license and distribution terms for this file may in
 *  the file LICENSE in this distribution or at
 *  http://www.rtems.com/license/LICENSE.
 *
 *  $Id$
 */

#ifndef __rtems_score_ppc_h
#define __rtems_score_ppc_h
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <rtems/score/ppc.h> is deprecated, use <rtems/score/powerpc.h> instead
#endif
#include <rtems/score/powerpc.h>
#endif