15 lines
351 B
C
15 lines
351 B
C
/**
|
|
* @file ts2phc_phc_master.h
|
|
* @note Copyright (C) 2019 Richard Cochran <richardcochran@gmail.com>
|
|
* @note SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
#ifndef HAVE_TS2PHC_PHC_MASTER_H
|
|
#define HAVE_TS2PHC_PHC_MASTER_H
|
|
|
|
#include "ts2phc_master.h"
|
|
|
|
struct ts2phc_master *ts2phc_phc_master_create(struct config *cfg,
|
|
const char *dev);
|
|
|
|
#endif
|