This website works better with JavaScript.
Explore
Help
Sign In
jenna
/
kernel_samsung_sm7125
Watch
1
Star
0
Fork
You've already forked kernel_samsung_sm7125
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37692
Commits
5
Branches
0
Tags
1.2 GiB
Tag:
Branch:
Tree:
ee0b3e671b
fifteen
fourteen
tirimbino
urubino
urubino-ksu
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ee0b3e671b'
${ noResults }
kernel_samsung_sm7125
/
include
/
asm-arm
/
timeofday.h
5 lines
100 B
Raw
Normal View
History
Unescape
Escape
[ARM] 3855/1: Add generic time support This patch adds Generic time-of-day support for the ARM architecture. The support is currently added using #ifdef's so that it can support sub-arches that do not (yet) have a clocksource added. As sub-arches add clocksource support, they should 'select GENERIC_TIME' Signed-off-by: Deepak Saxena <dsaxena@mvista.com> Signed-off-by: Daniel Walker <dwalker@mvista.com> Signed-off-by: Kevin Hilman <khilman@mvista.com> Acked-by: John Stultz <johnstul@us.ibm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
19 years ago
#
ifndef _ASM_ARM_TIMEOFDAY_H
#
define _ASM_ARM_TIMEOFDAY_H
#
include
<asm-generic/timeofday.h>
#
endif