summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems/score/ppc.h
blob: de771ecf568dc066a79ba9bcb95ba93697ffb89f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 *  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/rtems/score/powerpc.h> instead
#endif
#include <rtems/score/powerpc.h>
#endif