Merge tag 'mtk-dts64-fixes-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / drivers / counter / counter-chrdev.h
CommitLineData
b6c50aff
WBG
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_
8
9#include <linux/counter.h>
10
11int counter_chrdev_add(struct counter_device *const counter);
12void counter_chrdev_remove(struct counter_device *const counter);
13
14#endif /* _COUNTER_CHRDEV_H_ */