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

#include "dmtimer.h"

void dmtimer_start(int num)
{
}

uint64_t dmtimer_raw_value(int num)
{
	return 0;
}