summaryrefslogtreecommitdiff
path: root/driver_nmea2000.h
diff options
context:
space:
mode:
authorReinhard Arlt <reinhard.arlt@t-online.de>2012-06-07 12:45:11 +0200
committerReinhard Arlt <reinhard.arlt@t-online.de>2012-06-07 13:25:42 +0200
commit9f4bc60c8b1422e4280263d5331ca91040195a0a (patch)
tree2cf180e9af4718aa7029776d4ddb96b747f8b343 /driver_nmea2000.h
parent6b8f80981f791bdd0e1f35ea6fd40d04d5f01924 (diff)
downloadgpsd-9f4bc60c8b1422e4280263d5331ca91040195a0a.tar.gz
Move nmea2000_open out of libgpsd_core.c .
Diffstat (limited to 'driver_nmea2000.h')
-rw-r--r--driver_nmea2000.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/driver_nmea2000.h b/driver_nmea2000.h
new file mode 100644
index 00000000..f157d09c
--- /dev/null
+++ b/driver_nmea2000.h
@@ -0,0 +1,19 @@
+/*
+ * NMEA2000 over CAN.
+ *
+ * The entry points for driver_nmea2000
+ *
+ * This file is Copyright (c) 2012 by the GPSD project
+ * BSD terms apply: see the file COPYING in the distribution root for details.
+ */
+
+#ifndef _DRIVER_NMEA2000_H_
+#define _DRIVER_NMEA2000_H_
+
+#if defined(NMEA2000_ENABLE)
+
+int nmea2000_open(struct gps_device_t *session);
+
+#endif /* of defined(NMEA2000_ENABLE) */
+
+#endif /* of ifndef _DRIVER_NMEA2000_H_ */