Skip to content

Commit

Permalink
sh: Add arch_flags to struct clk
Browse files Browse the repository at this point in the history
Add arch_flags to struct clk so we can keep per-clock private data
somewhere and share code between multiple clocks.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Jul 28, 2008
1 parent c46acb8 commit 5c8f9d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-sh/clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ struct clk {

unsigned long rate;
unsigned long flags;
unsigned long arch_flags;
};

#define CLK_ALWAYS_ENABLED (1 << 0)
Expand Down

0 comments on commit 5c8f9d9

Please sign in to comment.