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.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/apps/gps/gps.h b/apps/gps/gps.h
new file mode 100644
index 000000000..313a3a2c2
--- /dev/null
+++ b/apps/gps/gps.h
@@ -0,0 +1,20 @@
+/*
+ * gps.h
+ *
+ * Created on: Mar 8, 2012
+ * Author: thomasgubler
+ */
+
+#ifndef GPS_H_
+#define GPS_H_
+/****************************************************************************
+ * Included Files
+ ****************************************************************************/
+
+int gps_fd;
+
+//extern gps_bin_ubx_state_t * ubx_state;
+
+
+
+#endif /* GPS_H_ */