clock.h 348 B

12345678910111213141516
  1. /*
  2. * linux/arch/arm/mach-nomadik/clock.h
  3. *
  4. * Copyright (C) 2009 Alessandro Rubini
  5. *
  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;
  12. };
  13. int __init clk_init(void);