xref: /linux/drivers/media/pci/mgb4/mgb4_sysfs.h (revision 24168c5e6dfbdd5b414f048f47f75d64533296ca)
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 
12 extern struct attribute *mgb4_pci_attrs[];
13 extern struct attribute *mgb4_fpdl3_in_attrs[];
14 extern struct attribute *mgb4_gmsl_in_attrs[];
15 extern struct attribute *mgb4_fpdl3_out_attrs[];
16 extern struct attribute *mgb4_gmsl_out_attrs[];
17 
18 #endif
19