]> Git Repo - J-linux.git/blob - drivers/staging/most/dim2/sysfs.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / staging / most / dim2 / sysfs.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * sysfs.h - MediaLB sysfs information
4  *
5  * Copyright (C) 2015, Microchip Technology Germany II GmbH & Co. KG
6  */
7
8 /* Author: Andrey Shvetsov <[email protected]> */
9
10 #ifndef DIM2_SYSFS_H
11 #define DIM2_SYSFS_H
12
13 #include <linux/kobject.h>
14
15 struct medialb_bus {
16         struct kobject kobj_group;
17 };
18
19 #endif  /* DIM2_SYSFS_H */
This page took 0.024473 seconds and 4 git commands to generate.