summaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/arch-mcf5445x/clock.h
blob: 10ceecafceaab817d163f386975fcf48777bc6bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * ColdFire clock support
 *
 * Copyright 2026 Kernelspace.
 * Angelo Dureghello <[email protected]>
 */

#ifndef __CLOCK_H
#define __CLOCK_H

/* Stub to use fsl/nxp drivers. */
enum mxc_clock {
	MXC_ESDHC_CLK,
};

int mxc_get_clock(enum mxc_clock clk);

#endif /* __CLOCK_H */