mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-12-20 18:53:08 +00:00
a2944fa123
Signed-off-by: Hector Martin <marcan@marcan.st>
8 lines
102 B
C
8 lines
102 B
C
/* SPDX-License-Identifier: MIT */
|
|
|
|
#ifndef __CLK_H__
|
|
#define __CLK_H__
|
|
|
|
void clk_init(void);
|
|
|
|
#endif
|