]> Git Repo - linux.git/blob - drivers/media/pci/mgb4/mgb4_sysfs.h
x86/kaslr: Expose and use the end of the physical memory address space
[linux.git] / drivers / media / pci / mgb4 / mgb4_sysfs.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2021-2022 Digiteq Automotive
4  *     author: Martin Tuma <[email protected]>
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
This page took 0.032588 seconds and 4 git commands to generate.