]> Git Repo - J-linux.git/blob - arch/arm/mach-davinci/cpuidle.h
mei: Add transport driver for IVSC device
[J-linux.git] / arch / arm / mach-davinci / cpuidle.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * TI DaVinci cpuidle platform support
4  *
5  * 2009 (C) Texas Instruments, Inc. https://www.ti.com/
6  */
7 #ifndef _MACH_DAVINCI_CPUIDLE_H
8 #define _MACH_DAVINCI_CPUIDLE_H
9
10 struct davinci_cpuidle_config {
11         u32 ddr2_pdown;
12         void __iomem *ddr2_ctlr_base;
13 };
14
15 #endif
This page took 0.025241 seconds and 4 git commands to generate.