summaryrefslogtreecommitdiff
path: root/driver_nmea2000.h
diff options
context:
space:
mode:
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_ */