summaryrefslogtreecommitdiffstats
path: root/src/spdk/dpdk/lib/librte_eal/ppc/rte_cycles.c
blob: c96a2143b313ecc84223b6fe8c8b81420cd0ef18 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright (C) IBM Corporation 2019.
 */

#include "eal_private.h"

uint64_t
get_tsc_freq_arch(void)
{
	return 0;
}