aboutsummaryrefslogtreecommitdiff
path: root/apps/gps/gps.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gps/gps.h')
-rw-r--r--apps/gps/gps.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/apps/gps/gps.h b/apps/gps/gps.h
deleted file mode 100644
index 499a6164f..000000000
--- a/apps/gps/gps.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * gps.h
- *
- * Created on: Mar 8, 2012
- * Author: thomasgubler
- */
-
-#ifndef GPS_H_
-#define GPS_H
-
-#include <stdbool.h>
-
-struct arg_struct {
- int *fd_ptr;
- bool *thread_should_exit_ptr;
-};
-
-#endif /* GPS_H_ */