summaryrefslogtreecommitdiffstats
path: root/pk/ppe/ppe.h
blob: 05df6a617c73534e77d1948c7a72ecbc59aa99ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef __PPE_H__
#define __PPE_H__
//-----------------------------------------------------------------------------
// *! (C) Copyright International Business Machines Corp. 2014
// *! All Rights Reserved -- Property of IBM
// *! *** IBM Confidential ***
//-----------------------------------------------------------------------------

/// \file pgp.h
/// \brief The PPE environment for PK.

// This is a 'circular' reference in PK, but included here to simplify PGAS
// programming. 

#ifndef HWMACRO_PPE
#define HWMACRO_PPE
#include "ppe42.h"
#endif  

#include "ppe_common.h"

#endif  /* __PPE_H__ */
OpenPOWER on IntegriCloud