tools/counter: Create Counter tools
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Wed, 29 Sep 2021 03:16:01 +0000 (12:16 +0900)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 17 Oct 2021 09:54:16 +0000 (10:54 +0100)
commit086099893fcebeae50f9020588080de43c82e4c0
tree6bfc0c486301e400ca14d0b8adbe61bf2d5c9708
parenta8a28737c2c568e55b9fdbe55ab02b5c7c4247b7
tools/counter: Create Counter tools

This creates an example Counter program under tools/counter/*
to exemplify the Counter character device interface.

Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Link: https://lore.kernel.org/r/7c0f975ba098952122302d258ec9ffdef04befaf.1632884256.git.vilhelm.gray@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
MAINTAINERS
tools/Makefile
tools/counter/Build [new file with mode: 0644]
tools/counter/Makefile [new file with mode: 0644]
tools/counter/counter_example.c [new file with mode: 0644]