Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Counter sysfs interface
0004  * Copyright (C) 2020 William Breathitt Gray
0005  */
0006 #ifndef _COUNTER_SYSFS_H_
0007 #define _COUNTER_SYSFS_H_
0008 
0009 #include <linux/counter.h>
0010 
0011 int counter_sysfs_add(struct counter_device *const counter);
0012 
0013 #endif /* _COUNTER_SYSFS_H_ */