mostek.h 180 Bytes
Newer Older
1 2 3
#ifndef ___ASM_SPARC_MOSTEK_H
#define ___ASM_SPARC_MOSTEK_H
#if defined(__sparc__) && defined(__arch64__)
4
#include <asm/mostek_64.h>
Linus Torvalds's avatar
Linus Torvalds committed
5
#else
6
#include <asm/mostek_32.h>
Linus Torvalds's avatar
Linus Torvalds committed
7 8
#endif
#endif