From 9f4bc60c8b1422e4280263d5331ca91040195a0a Mon Sep 17 00:00:00 2001 From: Reinhard Arlt Date: Thu, 7 Jun 2012 12:45:11 +0200 Subject: Move nmea2000_open out of libgpsd_core.c . --- driver_nmea2000.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 driver_nmea2000.h (limited to 'driver_nmea2000.h') 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_ */ -- cgit v1.2.1