mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-12-21 03:03:05 +00:00
9 lines
102 B
C
9 lines
102 B
C
|
/* SPDX-License-Identifier: MIT */
|
||
|
|
||
|
#ifndef __CLK_H__
|
||
|
#define __CLK_H__
|
||
|
|
||
|
void clk_init(void);
|
||
|
|
||
|
#endif
|