1 /* SPDX-License-Identifier: GPL-2.0 */
3 * sysfs.h - MediaLB sysfs information
5 * Copyright (C) 2015, Microchip Technology Germany II GmbH & Co. KG
13 #include <linux/kobject.h>
16 struct kobject kobj_group;
21 int dim2_sysfs_probe(struct device *dev);
22 void dim2_sysfs_destroy(struct device *dev);
26 * must deliver MediaLB state as true if locked or false if unlocked
28 bool dim2_sysfs_get_state_cb(void);
30 #endif /* DIM2_SYSFS_H */