mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
567fec6a4b
This also includes various documentation files and the devicetree files for msm boards. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
25 lines
736 B
C
25 lines
736 B
C
/* arch/arm/mach-msm/include/mach/timex.h
|
|
*
|
|
* Copyright (C) 2007 Google, Inc.
|
|
*
|
|
* This software is licensed under the terms of the GNU General Public
|
|
* License version 2, as published by the Free Software Foundation, and
|
|
* may be copied, distributed, and modified under those terms.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
*/
|
|
|
|
#ifndef __ASM_ARCH_MSM_TIMEX_H
|
|
#define __ASM_ARCH_MSM_TIMEX_H
|
|
|
|
#define CLOCK_TICK_RATE 1000000
|
|
|
|
#ifdef CONFIG_HAVE_ARCH_HAS_CURRENT_TIMER
|
|
#define ARCH_HAS_READ_CURRENT_TIMER
|
|
#endif
|
|
|
|
#endif
|