linux/arch/mips/sgi-ip30/ip30-common.h
Thomas Bogendoerfer 7505576d1c
MIPS: add support for SGI Octane (IP30)
This changeset adds support for SGI Octane/Octane2 workstations.

Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de>
Signed-off-by: Paul Burton <paulburton@kernel.org>
Cc: Paul Burton <paul.burton@mips.com>
Cc: James Hogan <jhogan@kernel.org>
Cc: linux-mips@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
2019-11-01 14:58:56 -07:00

10 lines
209 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __IP30_COMMON_H
#define __IP30_COMMON_H
extern struct plat_smp_ops ip30_smp_ops;
extern void __init ip30_per_cpu_init(void);
#endif /* __IP30_COMMON_H */