2 * linux/include/asm-arm/arch-pxa/clock.h
4 * Copyright (C) 2006 Erik Hovland
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
12 struct list_head node
;
19 void (*enable
)(struct clk
*);
20 void (*disable
)(struct clk
*);
24 extern int clk_register(struct clk
*clk
);
25 extern void clk_unregister(struct clk
*clk
);