Merge tag 'threads-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner...
[linux-2.6-microblaze.git] / drivers / soundwire / sysfs_local.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright(c) 2015-2020 Intel Corporation. */
3
4 #ifndef __SDW_SYSFS_LOCAL_H
5 #define __SDW_SYSFS_LOCAL_H
6
7 /*
8  * SDW sysfs APIs -
9  */
10
11 int sdw_slave_sysfs_init(struct sdw_slave *slave);
12 int sdw_slave_sysfs_dpn_init(struct sdw_slave *slave);
13
14 #endif /* __SDW_SYSFS_LOCAL_H */