#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__ */