blob: 67363ff709ae35caf11b343b9a5bdcecec2eabcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* This file is Copyright (c) 2011 by Eckhart Wörner
* BSD terms apply: see the file COPYING in the distribution root for details.
*/
#ifndef GPSD_SD_SOCKET_H
#define GPSD_SD_SOCKET_H
#define SD_SOCKET_FDS_START 3
int sd_get_socket_count(void);
#endif
|