Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
5c5daf657cb5f963a38413f2852279d7a3843144
/
.
/
include
/
asm-x86
/
delay.h
blob: 10f2c71d622bae9fef40d278ff9bda4e06eb1649 [
file
] [
log
] [
blame
]
#ifdef
CONFIG_X86_32
# include "delay_32.h"
#else
# include "delay_64.h"
#endif