summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-connectivity/bluez-alsa
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2020-02-11 04:30:14 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-02-19 11:42:22 +0000
commit5e9d4f1c9dc9dc68c0899c7a2b4449f96bcec822 (patch)
treeeb836e4f30def73bf2d6340798489d4fee1c29dc /meta-agl-profile-core/recipes-connectivity/bluez-alsa
parente3058a010703f951eef5e23b89a1898aa4157c22 (diff)
systemd: canbus: add RestartSec to network script
Add RestartSec=0.1 to canbus-can.network to allow recovery when bus-off error conditions occur. Bug-AGL: SPEC-3171 Change-Id: I4dc7ca9bd58666dc7a4e4a40f89af8bd47158193 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'meta-agl-profile-core/recipes-connectivity/bluez-alsa')
0 files changed, 0 insertions, 0 deletions
>
/*
 * Copyright (C) 2018 "IoT.bzh"
 * Author Jonathan Aillet <jonathan.aillet@iot.bzh>
 *
 * 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.
 */

#ifndef _HAL_UTILITIES_VERBS_LOADER_INCLUDE_
#define _HAL_UTILITIES_VERBS_LOADER_INCLUDE_

#include <stdio.h>

#include <afb-definitions.h>

// Verb that allows to add verb to a dynamic api
int HalUtlLoadVerbs(AFB_ApiT apiHandle, AFB_ApiVerbs *verbs);

#endif /* _HAL_UTILITIES_VERBS_LOADER_INCLUDE_ */