Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / counter / counter-sysfs.h
blob14fe566aca0e045c45ffd5e97cca0906dd10b4c8
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Counter sysfs interface
4 * Copyright (C) 2020 William Breathitt Gray
5 */
6 #ifndef _COUNTER_SYSFS_H_
7 #define _COUNTER_SYSFS_H_
9 #include <linux/counter.h>
11 int counter_sysfs_add(struct counter_device *const counter);
13 #endif /* _COUNTER_SYSFS_H_ */