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 HCCOMMON_H
13 #define HCCOMMON_H
14 
15 namespace OHOS {
16 bool HcFuzzTest(const uint8_t *data, const char *pathname, size_t size);
17 }
18 
19 #endif