summaryrefslogtreecommitdiff
path: root/gpsd.h-head
blob: 6a712eeb88151dbbb94407f8c2099d16216e6643 (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 */
/* This file is generated.  Do not hand-hack it! */

/* $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 */