19 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 7#ifndef __MGB4_SYSFS_H__8#define __MGB4_SYSFS_H__9 10#include <linux/sysfs.h>11 12extern struct attribute *mgb4_pci_attrs[];13extern struct attribute *mgb4_fpdl3_in_attrs[];14extern struct attribute *mgb4_gmsl_in_attrs[];15extern struct attribute *mgb4_fpdl3_out_attrs[];16extern struct attribute *mgb4_gmsl_out_attrs[];17 18#endif19