8 lines
80 B
C
8 lines
80 B
C
#ifndef __DVM_CLK_H__
|
|
#define __DVM_CLK_H__
|
|
|
|
void dvm_clk_init( void);
|
|
|
|
|
|
#endif
|