18c2ecf20Sopenharmony_ci/* 28c2ecf20Sopenharmony_ci * This file is subject to the terms and conditions of the GNU General Public 38c2ecf20Sopenharmony_ci * License. See the file "COPYING" in the main directory of this archive 48c2ecf20Sopenharmony_ci * for more details. 58c2ecf20Sopenharmony_ci * 68c2ecf20Sopenharmony_ci * Numascale NumaConnect-specific header file 78c2ecf20Sopenharmony_ci * 88c2ecf20Sopenharmony_ci * Copyright (C) 2012 Numascale AS. All rights reserved. 98c2ecf20Sopenharmony_ci * 108c2ecf20Sopenharmony_ci * Send feedback to <support@numascale.com> 118c2ecf20Sopenharmony_ci * 128c2ecf20Sopenharmony_ci */ 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#ifndef _ASM_X86_NUMACHIP_NUMACHIP_H 158c2ecf20Sopenharmony_ci#define _ASM_X86_NUMACHIP_NUMACHIP_H 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ciextern u8 numachip_system; 188c2ecf20Sopenharmony_ciextern int __init pci_numachip_init(void); 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ci#endif /* _ASM_X86_NUMACHIP_NUMACHIP_H */ 21