powerdomains2xxx_3xxx_data.h 596 B

1234567891011121314151617181920212223
  1. /*
  2. * OMAP2/3 common powerdomains - prototypes
  3. *
  4. * Copyright (C) 2008 Texas Instruments, Inc.
  5. * Copyright (C) 2008-2010 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. #ifndef __ARCH_ARM_MACH_OMAP2_POWERDOMAINS2XXX_3XXX_DATA_H
  14. #define __ARCH_ARM_MACH_OMAP2_POWERDOMAINS2XXX_3XXX_DATA_H
  15. #include "powerdomain.h"
  16. extern struct powerdomain gfx_omap2_pwrdm;
  17. extern struct powerdomain wkup_omap2_pwrdm;
  18. #endif