18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef __SUN3_HEAD_H
38c2ecf20Sopenharmony_ci#define __SUN3_HEAD_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#define KERNBASE        0xE000000  /* First address the kernel will eventually be */
68c2ecf20Sopenharmony_ci#define LOAD_ADDR       0x4000      /* prom jumps to us here unless this is elf /boot */
78c2ecf20Sopenharmony_ci#define FC_CONTROL  3
88c2ecf20Sopenharmony_ci#define FC_SUPERD    5
98c2ecf20Sopenharmony_ci#define FC_CPU      7
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#endif /* __SUN3_HEAD_H */
12