diff options
author | Srikant Patnaik | 2015-01-11 12:28:04 +0530 |
---|---|---|
committer | Srikant Patnaik | 2015-01-11 12:28:04 +0530 |
commit | 871480933a1c28f8a9fed4c4d34d06c439a7a422 (patch) | |
tree | 8718f573808810c2a1e8cb8fb6ac469093ca2784 /ANDROID_3.4.5/arch/arm/mach-omap2/prcm44xx.h | |
parent | 9d40ac5867b9aefe0722bc1f110b965ff294d30d (diff) | |
download | FOSSEE-netbook-kernel-source-871480933a1c28f8a9fed4c4d34d06c439a7a422.tar.gz FOSSEE-netbook-kernel-source-871480933a1c28f8a9fed4c4d34d06c439a7a422.tar.bz2 FOSSEE-netbook-kernel-source-871480933a1c28f8a9fed4c4d34d06c439a7a422.zip |
Moved, renamed, and deleted files
The original directory structure was scattered and unorganized.
Changes are basically to make it look like kernel structure.
Diffstat (limited to 'ANDROID_3.4.5/arch/arm/mach-omap2/prcm44xx.h')
-rw-r--r-- | ANDROID_3.4.5/arch/arm/mach-omap2/prcm44xx.h | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/ANDROID_3.4.5/arch/arm/mach-omap2/prcm44xx.h b/ANDROID_3.4.5/arch/arm/mach-omap2/prcm44xx.h deleted file mode 100644 index 7334ffb9..00000000 --- a/ANDROID_3.4.5/arch/arm/mach-omap2/prcm44xx.h +++ /dev/null @@ -1,42 +0,0 @@ -/* - * OMAP4 PRCM definitions - * - * Copyright (C) 2010 Texas Instruments, Inc. - * Copyright (C) 2010 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. - * - * This file contains macros and functions that are common to all of - * the PRM/CM/PRCM blocks on the OMAP4 devices: PRM, CM1, CM2, - * PRCM_MPU, SCRM - */ - -#ifndef __ARCH_ARM_MACH_OMAP2_PRCM44XX_H -#define __ARCH_ARM_MACH_OMAP2_PRCM44XX_H - -/* - * OMAP4 PRCM partition IDs - * - * The numbers and order are arbitrary, but 0 is reserved for the - * 'invalid' partition in case someone forgets to add a - * .prcm_partition field. - */ -#define OMAP4430_INVALID_PRCM_PARTITION 0 -#define OMAP4430_PRM_PARTITION 1 -#define OMAP4430_CM1_PARTITION 2 -#define OMAP4430_CM2_PARTITION 3 -#define OMAP4430_SCRM_PARTITION 4 -#define OMAP4430_PRCM_MPU_PARTITION 5 - -/* - * OMAP4_MAX_PRCM_PARTITIONS: set to the highest value of the PRCM partition - * IDs, plus one - */ -#define OMAP4_MAX_PRCM_PARTITIONS 6 - - -#endif |