diff options
Diffstat (limited to 'tools/src/clk.h')
| -rw-r--r-- | tools/src/clk.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/src/clk.h b/tools/src/clk.h new file mode 100644 index 0000000..bb79fa4 --- /dev/null +++ b/tools/src/clk.h @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: MIT */ + +#ifndef __CLK_H__ +#define __CLK_H__ + +void clk_init(void); + +#endif |
