X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-so-v2.h;fp=src%2Fafb-api-so-v2.h;h=7305db4a6b9845cbba62d7bcb18ae0ddfd221c87;hb=c9ba2ce49808a19a4ef982280a46256797b830ae;hp=0000000000000000000000000000000000000000;hpb=c710a0da4ebcc126275c42a0387ff85b2557e3ae;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-so-v2.h b/src/afb-api-so-v2.h new file mode 100644 index 00000000..7305db4a --- /dev/null +++ b/src/afb-api-so-v2.h @@ -0,0 +1,21 @@ +/* + * Copyright (C) 2016, 2017 "IoT.bzh" + * Author: José Bollo + * + * 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. + */ + + +#pragma once + +extern int afb_api_so_v2_add(const char *path, void *handle);