Files
2026-01-08 13:34:45 +01:00

8 lines
80 B
C

#ifndef __DVM_CLK_H__
#define __DVM_CLK_H__
void dvm_clk_init( void);
#endif