2019-09-27 09:04:28 +00:00
|
|
|
/* SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
* Copyright (C) IBM Corporation 2019.
|
|
|
|
*/
|
|
|
|
|
2017-09-22 08:25:37 +00:00
|
|
|
#include "eal_private.h"
|
|
|
|
|
|
|
|
uint64_t
|
|
|
|
get_tsc_freq_arch(void)
|
|
|
|
{
|
2018-01-30 08:59:13 +00:00
|
|
|
return 0;
|
2017-09-22 08:25:37 +00:00
|
|
|
}
|