13298bea7Sopenharmony_ci/* 23298bea7Sopenharmony_ci * Copyright (c) 2022 Huawei Device Co., Ltd. 33298bea7Sopenharmony_ci * SPDX-License-Identifier: GPL-2.0 43298bea7Sopenharmony_ci * 53298bea7Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software 63298bea7Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 73298bea7Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 83298bea7Sopenharmony_ci * See the License for the specific language governing permissions and 93298bea7Sopenharmony_ci * limitations under the License. 103298bea7Sopenharmony_ci */ 113298bea7Sopenharmony_ci 123298bea7Sopenharmony_ci#ifndef HCCOMMON_H 133298bea7Sopenharmony_ci#define HCCOMMON_H 143298bea7Sopenharmony_ci 153298bea7Sopenharmony_cinamespace OHOS { 163298bea7Sopenharmony_cibool HcFuzzTest(const uint8_t *data, const char *pathname, size_t size); 173298bea7Sopenharmony_ci} 183298bea7Sopenharmony_ci 193298bea7Sopenharmony_ci#endif