eal: move arch-specific C files
[dpdk.git] / lib / librte_eal / ppc / rte_cycles.c
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (C) IBM Corporation 2019.
3  */
4
5 #include "eal_private.h"
6
7 uint64_t
8 get_tsc_freq_arch(void)
9 {
10         return 0;
11 }