summaryrefslogtreecommitdiff
path: root/gpsd.h-head
blob: f9d0065495a42d9e6c81a80626fa775538f8c5f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* gpsd.h -- fundamental types and structures for the gpsd library */

/* $Id$ */
#ifndef _GPSD_H_
#define _GPSD_H_

#include "gpsd_config.h"
#include <stdbool.h>
#include <stdio.h>
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#endif
#ifdef HAVE_SYS_TERMIOS_H
#include <sys/termios.h>
#endif
#include "gps.h"

#ifndef GPSD_CONFIG_H
/* Feature configuration switches begin here */