You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
172 B
9 lines
172 B
17 years ago
|
#ifndef ___ASM_SPARC_HEAD_H
|
||
|
#define ___ASM_SPARC_HEAD_H
|
||
|
#if defined(__sparc__) && defined(__arch64__)
|
||
17 years ago
|
#include <asm/head_64.h>
|
||
17 years ago
|
#else
|
||
17 years ago
|
#include <asm/head_32.h>
|
||
17 years ago
|
#endif
|
||
17 years ago
|
#endif
|