summaryrefslogtreecommitdiff
path: root/sd_socket.h
blob: bc07a61bbd29f632ffd4b22379f5b4add76110e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * This file is Copyright (c) 2011 by Eckhart Wörner
 * SPDX-License-Identifier: BSD-2-clause
 */

#ifndef GPSD_SD_SOCKET_H
#define GPSD_SD_SOCKET_H

#define SD_SOCKET_FDS_START 3

int sd_get_socket_count(void);

#endif