1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 3 * Copyright (C) 2021-2022 Digiteq Automotive 4 * author: Martin Tuma <martin.tuma@digiteqautomotive.com> 5 */ 6 7 struct iio_dev *mgb4_trigger_create(struct mgb4_dev *mgbdev); 8 void mgb4_trigger_free(struct iio_dev *indio_dev); 9