]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/lib/librte_eal/ppc/rte_cycles.c
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_eal / ppc / rte_cycles.c
CommitLineData
f67539c2
TL
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright (C) IBM Corporation 2019.
3 */
4
5#include "eal_private.h"
6
7uint64_t
8get_tsc_freq_arch(void)
9{
10 return 0;
11}