aboutsummaryrefslogtreecommitdiffstats
path: root/meta-steppeeagle/recipes-applications/gpio-test/files/gpio-test.h
diff options
context:
space:
mode:
Diffstat (limited to 'meta-steppeeagle/recipes-applications/gpio-test/files/gpio-test.h')
-rw-r--r--meta-steppeeagle/recipes-applications/gpio-test/files/gpio-test.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-steppeeagle/recipes-applications/gpio-test/files/gpio-test.h b/meta-steppeeagle/recipes-applications/gpio-test/files/gpio-test.h
deleted file mode 100644
index af9c3b68..00000000
--- a/meta-steppeeagle/recipes-applications/gpio-test/files/gpio-test.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _GPIO_TEST_H_
-#define _GPIO_TEST_H_
-
-
-
-/* IOCTL numbers */
-
-typedef struct {
- int offset;
- int value;
-}debug_data;
-
-#define GPIO_TEST_IOC_MAGIC 'k'
-#define GPIO_IOC_SWCTRLIN _IOW(GPIO_TEST_IOC_MAGIC, 1, debug_data)
-#define GPIO_IOC_SWCTRLEN _IOW(GPIO_TEST_IOC_MAGIC, 2, debug_data)
-
-#endif /* _GPIO_TEST_H_ */