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

/* $Id$ */
#ifndef _GPSD_H_
#define _GPSD_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 */