aboutsummaryrefslogtreecommitdiff
path: root/src/soc/ti/am335x/dmtimer.h
blob: ad8515fbbaf8a2f026f092b5035396cee30abb7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __SOC_TI_AM335X_DMTIMER_H__
#define __SOC_TI_AM335X_DMTIMER_H__

#include <stdint.h>

#define OSC_HZ 24000000

void dmtimer_start(int num);
uint64_t dmtimer_raw_value(int num);

#endif