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

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

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

#include "std_register_addresses.h"
#include "std_common.h"

#endif  /* __STD_H__ */
OpenPOWER on IntegriCloud