brintos

brintos / linux-shallow public Read only

0
0
Text · 274 B · 6c25bc4 Raw
9 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * Copyright (C) 2021-2022 Digiteq Automotive4 *     author: Martin Tuma <martin.tuma@digiteqautomotive.com>5 */6 7struct iio_dev *mgb4_trigger_create(struct mgb4_dev *mgbdev);8void mgb4_trigger_free(struct iio_dev *indio_dev);9