]> Git Repo - linux.git/blob - drivers/counter/counter-sysfs.h
x86/alternative: Make custom return thunk unconditional
[linux.git] / drivers / counter / counter-sysfs.h
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_
8
9 #include <linux/counter.h>
10
11 int counter_sysfs_add(struct counter_device *const counter);
12
13 #endif /* _COUNTER_SYSFS_H_ */
This page took 0.032885 seconds and 4 git commands to generate.