File: ts2phc_generic_pps_source.h

package info (click to toggle)
linuxptp 4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,536 kB
  • sloc: ansic: 26,119; sh: 92; makefile: 87
file content (15 lines) | stat: -rw-r--r-- 418 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * @file ts2phc_generic_pps_source.h
 * @note Copyright (C) 2019 Richard Cochran <richardcochran@gmail.com>
 * @note SPDX-License-Identifier: GPL-2.0+
 */
#ifndef HAVE_TS2PHC_GENERIC_PPS_SOURCE_H
#define HAVE_TS2PHC_GENERIC_PPS_SOURCE_H

#include "ts2phc.h"
#include "ts2phc_pps_source.h"

struct ts2phc_pps_source *ts2phc_generic_pps_source_create(struct ts2phc_private *priv,
							   const char *dev);

#endif