summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-gplv2/50_local.conf.inc
blob: 8e0d5df742844b22ccb5220ee6a29e24f8e07bb4 (plain)
1
2
#see meta-agl/meta-agl/conf/include/agl-gplv2.inc
require conf/include/agl-gplv2.inc
CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #pragma once #include "afb-request-itf.h" /* * Describes the request by bindings from afb-daemon */ struct afb_req { const struct afb_request_itf *itf; /* the interface to use */ struct afb_request *closure; /* the closure argument for functions of 'itf' */ };