arm: add Nomadik 8815 SoC support
[barebox-mini2440.git] / arch / arm / mach-nomadik / clock.h
blobeade4a68ec284663203206aa4f85603a2818ebf3
1 /*
2 * linux/arch/arm/mach-nomadik/clock.h
4 * Copyright (C) 2009 Alessandro Rubini
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.
9 */
10 struct clk {
11 unsigned long rate;
14 int nmdk_clk_create(struct clk *clk, const char *dev_id);