162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef __SUN3_HEAD_H 362306a36Sopenharmony_ci#define __SUN3_HEAD_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#define KERNBASE 0xE000000 /* First address the kernel will eventually be */ 662306a36Sopenharmony_ci#define LOAD_ADDR 0x4000 /* prom jumps to us here unless this is elf /boot */ 762306a36Sopenharmony_ci#define FC_CONTROL 3 862306a36Sopenharmony_ci#define FC_SUPERD 5 962306a36Sopenharmony_ci#define FC_CPU 7 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#endif /* __SUN3_HEAD_H */ 12