From a1df417e74aa6dae7352dc8cbb0ad471af5b7c69 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Mon, 25 Apr 2016 10:00:44 -0400 Subject: initial Olimex linux tree from Daniel, originally Feb 3, 2016 --- linux/arch/x86/include/asm/numachip/numachip.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 linux/arch/x86/include/asm/numachip/numachip.h (limited to 'linux/arch/x86/include/asm/numachip/numachip.h') diff --git a/linux/arch/x86/include/asm/numachip/numachip.h b/linux/arch/x86/include/asm/numachip/numachip.h new file mode 100644 index 00000000..1c6f7f62 --- /dev/null +++ b/linux/arch/x86/include/asm/numachip/numachip.h @@ -0,0 +1,19 @@ +/* + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive + * for more details. + * + * Numascale NumaConnect-specific header file + * + * Copyright (C) 2012 Numascale AS. All rights reserved. + * + * Send feedback to + * + */ + +#ifndef _ASM_X86_NUMACHIP_NUMACHIP_H +#define _ASM_X86_NUMACHIP_NUMACHIP_H + +extern int __init pci_numachip_init(void); + +#endif /* _ASM_X86_NUMACHIP_NUMACHIP_H */ -- cgit