Zane Shelley | fd3f9cc | 2019-07-29 15:02:24 -0500 | [diff] [blame^] | 1 | /* IBM_PROLOG_BEGIN_TAG */ |
| 2 | /* This is an automatically generated prolog. */ |
| 3 | /* */ |
| 4 | /* $Source: src/usr/diag/prdf/common/framework/register/iipMopRegisterAccessScanComm.inl $ */ |
| 5 | /* */ |
| 6 | /* OpenPOWER HostBoot Project */ |
| 7 | /* */ |
| 8 | /* COPYRIGHT International Business Machines Corp. 1996,2014 */ |
| 9 | /* */ |
| 10 | /* Licensed under the Apache License, Version 2.0 (the "License"); */ |
| 11 | /* you may not use this file except in compliance with the License. */ |
| 12 | /* You may obtain a copy of the License at */ |
| 13 | /* */ |
| 14 | /* http://www.apache.org/licenses/LICENSE-2.0 */ |
| 15 | /* */ |
| 16 | /* Unless required by applicable law or agreed to in writing, software */ |
| 17 | /* distributed under the License is distributed on an "AS IS" BASIS, */ |
| 18 | /* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */ |
| 19 | /* implied. See the License for the specific language governing */ |
| 20 | /* permissions and limitations under the License. */ |
| 21 | /* */ |
| 22 | /* IBM_PROLOG_END_TAG */ |
| 23 | |
| 24 | // Module Description ************************************************** |
| 25 | // |
| 26 | // Description: This module provides the inline implementation for the |
| 27 | // PRD MOP Register Access Scan Comm class. |
| 28 | // |
| 29 | // End Module Description ********************************************** |
| 30 | |
| 31 | namespace PRDF |
| 32 | { |
| 33 | |
| 34 | //---------------------------------------------------------------------- |
| 35 | // Includes |
| 36 | //---------------------------------------------------------------------- |
| 37 | |
| 38 | //---------------------------------------------------------------------- |
| 39 | // User Types |
| 40 | //---------------------------------------------------------------------- |
| 41 | |
| 42 | //---------------------------------------------------------------------- |
| 43 | // Constants |
| 44 | //---------------------------------------------------------------------- |
| 45 | |
| 46 | //---------------------------------------------------------------------- |
| 47 | // Macros |
| 48 | //---------------------------------------------------------------------- |
| 49 | |
| 50 | //---------------------------------------------------------------------- |
| 51 | // Internal Function Prototypes |
| 52 | //---------------------------------------------------------------------- |
| 53 | |
| 54 | //---------------------------------------------------------------------- |
| 55 | // Global Variables |
| 56 | //---------------------------------------------------------------------- |
| 57 | |
| 58 | //--------------------------------------------------------------------- |
| 59 | // Member Function Specifications |
| 60 | //--------------------------------------------------------------------- |
| 61 | |
| 62 | inline |
| 63 | MopRegisterAccessScanComm::MopRegisterAccessScanComm(void) |
| 64 | { |
| 65 | } |
| 66 | |
| 67 | } // end namespace PRDF |