|
@@ -0,0 +1,25 @@
|
|
|
|
+/*
|
|
|
|
+ * OMAP2/3/4 powerdomain control
|
|
|
|
+ *
|
|
|
|
+ * Copyright (C) 2007-2008, 2010 Texas Instruments, Inc.
|
|
|
|
+ * Copyright (C) 2007-2011 Nokia Corporation
|
|
|
|
+ *
|
|
|
|
+ * Paul Walmsley
|
|
|
|
+ *
|
|
|
|
+ * This program is free software; you can redistribute it and/or modify
|
|
|
|
+ * it under the terms of the GNU General Public License version 2 as
|
|
|
|
+ * published by the Free Software Foundation.
|
|
|
|
+ *
|
|
|
|
+ * XXX This should be moved to the mach-omap2/ directory at the earliest
|
|
|
|
+ * opportunity.
|
|
|
|
+ */
|
|
|
|
+
|
|
|
|
+#ifndef __ARCH_ARM_MACH_OMAP2_POWERDOMAIN_H
|
|
|
|
+#define __ARCH_ARM_MACH_OMAP2_POWERDOMAIN_H
|
|
|
|
+
|
|
|
|
+#include <linux/types.h>
|
|
|
|
+#include <linux/list.h>
|
|
|
|
+
|
|
|
|
+#include <linux/atomic.h>
|
|
|
|
+
|
|
|
|
+#include "voltage.h"
|