|
@@ -0,0 +1,21 @@
|
|
|
+/*
|
|
|
+ * arch/arm/mach-omap2/control.h
|
|
|
+ *
|
|
|
+ * OMAP2/3/4 System Control Module definitions
|
|
|
+ *
|
|
|
+ * Copyright (C) 2007-2010 Texas Instruments, Inc.
|
|
|
+ * Copyright (C) 2007-2008, 2010 Nokia Corporation
|
|
|
+ *
|
|
|
+ * Written by Paul Walmsley
|
|
|
+ *
|
|
|
+ * This program is free software; you can redistribute it and/or modify
|
|
|
+ * it under the terms of the GNU General Public License as published by
|
|
|
+ * the Free Software Foundation.
|
|
|
+ */
|
|
|
+
|
|
|
+#ifndef __ARCH_ARM_MACH_OMAP2_CONTROL_H
|
|
|
+#define __ARCH_ARM_MACH_OMAP2_CONTROL_H
|
|
|
+
|
|
|
+#include "ctrl_module_core_44xx.h"
|
|
|
+#include "ctrl_module_wkup_44xx.h"
|
|
|
+#include "ctrl_module_pad_core_44xx.h"
|