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#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#endif
19

source code of linux/drivers/media/pci/mgb4/mgb4_sysfs.h