5 lines
77 B
C
5 lines
77 B
C
|
#include <linux/spinlock.h>
|
||
|
#include "clk.h"
|
||
|
|
||
|
DEFINE_SPINLOCK(imx_ccm_lock);
|