summaryrefslogtreecommitdiff
path: root/gpsd.h-head
blob: 9c1b12fe8401ee408e3aee5cac62baaa797b3104 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* 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"

/* Feature configuration switches begin here */