c96a2143b313ecc84223b6fe8c8b81420cd0ef18
[dpdk.git] / lib / librte_eal / common / arch / ppc_64 / 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 }