summaryrefslogtreecommitdiff
path: root/gpsd.h-head
blob: dfb2175a7250903ff9d2718a9d2e28239e898b73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* This file is generated.  Do not hand-hack it! */

#ifndef _gpsd_h_
#define _gpsd_h_

/* gpsd.h -- fundamental types and structures for the gpsd library */

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