1bae44755Sopenharmony_ci# Copyright (c) 2023 Huawei Device Co., Ltd.
2bae44755Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3bae44755Sopenharmony_ci# you may not use this file except in compliance with the License.
4bae44755Sopenharmony_ci# You may obtain a copy of the License at
5bae44755Sopenharmony_ci#
6bae44755Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0
7bae44755Sopenharmony_ci#
8bae44755Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9bae44755Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10bae44755Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11bae44755Sopenharmony_ci# See the License for the specific language governing permissions and
12bae44755Sopenharmony_ci# limitations under the License.
13bae44755Sopenharmony_ci
14bae44755Sopenharmony_ci{
15bae44755Sopenharmony_ci  global:
16bae44755Sopenharmony_ci    ComparePcidString;
17bae44755Sopenharmony_ci    DecodeOsSyscap;
18bae44755Sopenharmony_ci    DecodePrivateSyscap;
19bae44755Sopenharmony_ci    EncodeOsSyscap;
20bae44755Sopenharmony_ci    EncodePrivateSyscap;
21bae44755Sopenharmony_ci    DecodeRpcidToStringFormat;
22bae44755Sopenharmony_ci    FreeCompareError;
23bae44755Sopenharmony_ci  local: *;
24bae44755Sopenharmony_ci};
25