Merge tag 'io_uring-6.11-20240802' of git://git.kernel.dk/linux
[linux.git] / drivers / counter / counter-chrdev.h
blob5529d16703c461593660b1a31ac37890775e2c65
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Counter character device interface
4 * Copyright (C) 2020 William Breathitt Gray
5 */
6 #ifndef _COUNTER_CHRDEV_H_
7 #define _COUNTER_CHRDEV_H_
9 #include <linux/counter.h>
11 int counter_chrdev_add(struct counter_device *const counter);
12 void counter_chrdev_remove(struct counter_device *const counter);
14 #endif /* _COUNTER_CHRDEV_H_ */