]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/dpdk/lib/librte_eal/common/arch/ppc_64/rte_cycles.c
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / lib / librte_eal / common / arch / ppc_64 / rte_cycles.c
1 #include "eal_private.h"
2
3 uint64_t
4 get_tsc_freq_arch(void)
5 {
6 return 0;
7 }