aboutsummaryrefslogtreecommitdiff
path: root/include/asm-sparc/delay.h
blob: 6210a3ce97517860de53a9b1823a4eaa5b56e871 (plain)
1
2
3
4
5
6
7
8
#ifndef ___ASM_SPARC_DELAY_H
#define ___ASM_SPARC_DELAY_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm-sparc/delay_64.h>
#else
#include <asm-sparc/delay_32.h>
#endif
#endif