connectTheSignalSlot.h 635 B

12345678910111213141516171819202122232425
  1. /*
  2. * OMAP2/3/4 powerdomain control
  3. *
  4. * Copyright (C) 2007-2008, 2010 Texas Instruments, Inc.
  5. * Copyright (C) 2007-2011 Nokia Corporation
  6. *
  7. * Paul Walmsley
  8. *
  9. * This program is free software; you can redistribute it and/or modify
  10. * it under the terms of the GNU General Public License version 2 as
  11. * published by the Free Software Foundation.
  12. *
  13. * XXX This should be moved to the mach-omap2/ directory at the earliest
  14. * opportunity.
  15. */
  16. #ifndef __ARCH_ARM_MACH_OMAP2_POWERDOMAIN_H
  17. #define __ARCH_ARM_MACH_OMAP2_POWERDOMAIN_H
  18. #include <linux/types.h>
  19. #include <linux/list.h>
  20. #include <linux/atomic.h>
  21. #include "voltage.h"