counter-sysfs.h 292 B

12345678910111213
  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. #include <linux/counter.h>
  9. int counter_sysfs_add(struct counter_device *const counter);
  10. #endif /* _COUNTER_SYSFS_H_ */