Sign in
coral
/
linux-mtk
/
0c824b51b338c808de650b440ba5f9f4a725f7fc
/
.
/
include
/
asm-x86
/
delay.h
blob: 10f2c71d622bae9fef40d278ff9bda4e06eb1649 [
file
] [
log
] [
blame
]
#ifdef
CONFIG_X86_32
# include "delay_32.h"
#else
# include "delay_64.h"
#endif