summaryrefslogtreecommitdiffstats
path: root/src/arch/arm/include/arch/clock.h
blob: 9387757a8b456e8e81723e1125547402223c65b7 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __ARM_CLOCK_H_
#define __ARM_CLOCK_H_

#include <types.h>

void set_cntfrq(uint32_t);

#endif /* __ARM_CLOCK_H_ */