linux/drivers/net/ethernet/freescale/enetc/enetc_ptp.c

// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
/* Copyright 2019 NXP */

#include <linux/module.h>
#include <linux/of.h>
#include <linux/fsl/ptp_qoriq.h>

#include "enetc.h"

int enetc_phc_index =;
EXPORT_SYMBOL_GPL();

static struct ptp_clock_info enetc_ptp_caps =;

static int enetc_ptp_probe(struct pci_dev *pdev,
			   const struct pci_device_id *ent)
{}

static void enetc_ptp_remove(struct pci_dev *pdev)
{}

static const struct pci_device_id enetc_ptp_id_table[] =;
MODULE_DEVICE_TABLE(pci, enetc_ptp_id_table);

static struct pci_driver enetc_ptp_driver =;
module_pci_driver();

MODULE_DESCRIPTION();
MODULE_LICENSE();