m1n1/src/clk.h
Hector Martin a2944fa123 clk: Initialize MCA clock muxes
Signed-off-by: Hector Martin <marcan@marcan.st>
2022-03-08 00:02:06 +09:00

8 lines
102 B
C

/* SPDX-License-Identifier: MIT */
#ifndef __CLK_H__
#define __CLK_H__
void clk_init(void);
#endif