X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-so-v1.h;fp=src%2Fafb-api-so-v1.h;h=d89ad60c773ae3f01c78c1feda801b8c923881b1;hb=63c32ff0f0ee13b505d252821fe1fd55816699e1;hp=0000000000000000000000000000000000000000;hpb=5fdbf43a0af039c7ad64b9de8038d5d7d9cd0c60;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-so-v1.h b/src/afb-api-so-v1.h new file mode 100644 index 00000000..d89ad60c --- /dev/null +++ b/src/afb-api-so-v1.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_v1_add(const char *path, void *handle);