diff options
Diffstat (limited to 'src/include/p9_config.h')
-rw-r--r-- | src/include/p9_config.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/include/p9_config.h b/src/include/p9_config.h index 1136008..ca2efc2 100644 --- a/src/include/p9_config.h +++ b/src/include/p9_config.h @@ -1,30 +1,30 @@ /* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ -/* $Source: chips/p9/procedures/lib/pm/p9_config.h $ */ +/* $Source: src/include/p9_config.h $ */ /* */ -/* IBM CONFIDENTIAL */ +/* OpenPOWER OnChipController Project */ /* */ -/* EKB Project */ -/* */ -/* COPYRIGHT 2015,2016 */ +/* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ -/* The source code for this program is not published or otherwise */ -/* divested of its trade secrets, irrespective of what has been */ -/* deposited with the U.S. Copyright Office. */ +/* Licensed under the Apache License, Version 2.0 (the "License"); */ +/* you may not use this file except in compliance with the License. */ +/* You may obtain a copy of the License at */ +/* */ +/* http://www.apache.org/licenses/LICENSE-2.0 */ +/* */ +/* Unless required by applicable law or agreed to in writing, software */ +/* distributed under the License is distributed on an "AS IS" BASIS, */ +/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */ +/* implied. See the License for the specific language governing */ +/* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ /// \file p9_config.h /// \brief Chip configuration data structures for P9 OCC procedures -/// -// *HWP HWP Owner: Doug Gilbert <dgilbert@us.ibm.com> -// *HWP FW Owner: Martha Broyles <mbroyles@us.ibm.com> -// *HWP Team: PM -// *HWP Level: 1 -// *HWP Consumed by: OCC #ifndef __P9_GPE_CONFIG_H__ #define __P9_GPE_CONFIG_H__ |