blob: 14652abdea31c42cf97a6a3dc93df7bcb19804ca [file] [log] [blame]
Sam Ravnborgf5e706a2008-07-17 21:55:51 -07001#ifndef ___ASM_SPARC_HEAD_H
2#define ___ASM_SPARC_HEAD_H
3#if defined(__sparc__) && defined(__arch64__)
4#include <asm-sparc/head_64.h>
David S. Millere2fdd7f2008-04-29 02:38:50 -07005#else
Sam Ravnborgf5e706a2008-07-17 21:55:51 -07006#include <asm-sparc/head_32.h>
David S. Millere2fdd7f2008-04-29 02:38:50 -07007#endif
Sam Ravnborgf5e706a2008-07-17 21:55:51 -07008#endif