summaryrefslogtreecommitdiff
path: root/tstamping.h
blob: ccc642e32c20c75b8e722222003081aa11c5a9cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef TSTAMPING_H
#define TSTAMPING_H

#include "config.h"

#ifdef HAVE_HARDWARE_TIMESTAMPING
extern int set_sockopt_hwtimestamp(int sock, const char *dev);
#else
static inline int set_sockopt_hwtimestamp(int sock, const char *dev)
{
	return -1;
}
#endif

#endif /* TSTAMPING_H */
d class='label'>mode:
authorMark Brown <broonie@kernel.org>2016-05-04 17:51:26 +0100
committerMark Brown <broonie@kernel.org>2016-05-04 17:51:26 +0100
commit0023f8a6d5c22b2bed0f21d79805c6baee397620 (patch)
tree036bb946ecc6b6a260a8bb9674b6a8bed9394ecb
parent9ee78757d5dae51decc881b293a39a605c9a6df2 (diff)
parent56574d541f93cf8c9449f9ecadc83d97323cfcec (diff)
Merge branch 'topic/arizona' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-adsp
Diffstat