tools: gpio: remove uAPI v1 code no longer used by selftests
[linux-2.6-microblaze.git] / tools / gpio / gpio-utils.h
index 6c69a9f..8af7c8e 100644 (file)
@@ -24,12 +24,6 @@ static inline int check_prefix(const char *str, const char *prefix)
                strncmp(str, prefix, strlen(prefix)) == 0;
 }
 
-int gpiotools_request_linehandle(const char *device_name, unsigned int *lines,
-                                unsigned int num_lines, unsigned int flag,
-                                struct gpiohandle_data *data,
-                                const char *consumer_label);
-int gpiotools_release_linehandle(const int fd);
-
 int gpiotools_request_line(const char *device_name,
                           unsigned int *lines,
                           unsigned int num_lines,