aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/ide.h
blob: a3c7f5ff270a1c69ee39d54778b0c1c3c425a7e0 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef ___ASM_SPARC_IDE_H
#define ___ASM_SPARC_IDE_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm-sparc/ide_64.h>
#else
#include <asm-sparc/ide_32.h>
#endif
#endif