OSDN Git Service

clean up 3rd round
[uclinux-h8/linux.git] / arch / h8300 / include / asm / clk.h
1 #ifndef __H8300_CLK_H
2 #define __H8300_CLK_H
3
4 struct clk {
5         struct clk              *parent;
6         unsigned long           rate;
7         unsigned long           flags;
8 };
9
10 #endif