blob: 570e6989f85b0a5779d167f5265dd166781ba3ce (
plain)
1
2
3
4
5
6
7
8
9
|
/* $Id: head.h,v 1.30 1997/08/08 08:34:33 jj Exp $ */
#ifndef _SPARC64_HEAD_H
#define _SPARC64_HEAD_H
#include <asm/pstate.h>
#define KERNBASE 0x400000
#endif /* !(_SPARC64_HEAD_H) */
|