From 835d2074b6bcb9b5d510d2cccfa1aefc17f8e2d0 Mon Sep 17 00:00:00 2001 From: Louis Stermole Date: Tue, 5 Mar 2019 09:27:29 -0500 Subject: Add empty files required for mss::index, pos, and c_str templating Change-Id: I5830fb7af6f4489e070dc448138319307de0de99 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72855 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Reviewed-by: Mark Pizzutillo Reviewed-by: ANDRE A. MARIN Reviewed-by: Jennifer A. Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72881 Tested-by: Jenkins OP Build CI Reviewed-by: Christian R. Geddes --- src/import/generic/memory/lib/utils/find_magic.H | 24 ++++++++++++++++++++++++ src/import/generic/memory/lib/utils/spd_c_str.H | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 src/import/generic/memory/lib/utils/find_magic.H create mode 100644 src/import/generic/memory/lib/utils/spd_c_str.H (limited to 'src/import/generic/memory') diff --git a/src/import/generic/memory/lib/utils/find_magic.H b/src/import/generic/memory/lib/utils/find_magic.H new file mode 100644 index 000000000..0e8a3f1ef --- /dev/null +++ b/src/import/generic/memory/lib/utils/find_magic.H @@ -0,0 +1,24 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/import/generic/memory/lib/utils/find_magic.H $ */ +/* */ +/* OpenPOWER HostBoot Project */ +/* */ +/* Contributors Listed Below - COPYRIGHT 2019 */ +/* [+] International Business Machines Corp. */ +/* */ +/* */ +/* 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 */ diff --git a/src/import/generic/memory/lib/utils/spd_c_str.H b/src/import/generic/memory/lib/utils/spd_c_str.H new file mode 100644 index 000000000..e4ab51ad2 --- /dev/null +++ b/src/import/generic/memory/lib/utils/spd_c_str.H @@ -0,0 +1,24 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/import/generic/memory/lib/utils/spd_c_str.H $ */ +/* */ +/* OpenPOWER HostBoot Project */ +/* */ +/* Contributors Listed Below - COPYRIGHT 2019 */ +/* [+] International Business Machines Corp. */ +/* */ +/* */ +/* 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 */ -- cgit v1.2.1