18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * include/asm-mips/dec/system.h 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Generic DECstation/DECsystem bits. 68c2ecf20Sopenharmony_ci * 78c2ecf20Sopenharmony_ci * Copyright (C) 2005, 2006 Maciej W. Rozycki 88c2ecf20Sopenharmony_ci */ 98c2ecf20Sopenharmony_ci#ifndef __ASM_DEC_SYSTEM_H 108c2ecf20Sopenharmony_ci#define __ASM_DEC_SYSTEM_H 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ciextern unsigned long dec_kn_slot_base, dec_kn_slot_size; 138c2ecf20Sopenharmony_ciextern int dec_tc_bus; 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#endif /* __ASM_DEC_SYSTEM_H */ 16