1 /* 2 * Copyright (c) 2022 Huawei Device Co., Ltd. 3 * SPDX-License-Identifier: GPL-2.0 4 * 5 * Unless required by applicable law or agreed to in writing, software 6 * distributed under the License is distributed on an "AS IS" BASIS, 7 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 8 * See the License for the specific language governing permissions and 9 * limitations under the License. 10 */ 11 12 #ifndef MEMORYCOMMON_H 13 #define MEMORYCOMMON_H 14 15 namespace OHOS { 16 bool MemoryFuzzTest(const uint8_t *data, size_t size, const char *pathname); 17 } 18 19 #endif