summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems/score/cpu.h
blob: 7e181da7f8d78a3dc60c8c2a387610695bcf7943 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * $Id$
 */
 
#ifndef _rtems_score_cpu_h
#define _rtems_score_cpu_h

#include <rtems/score/ppc.h>              /* pick up machine definitions */
#ifndef ASM
#include <rtems/score/types.h>
#endif

#ifdef _OLD_EXCEPTIONS
#include <rtems/old-exceptions/cpu.h>
#else
#include <rtems/new-exceptions/cpu.h>
#endif

#endif