mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-22 09:22:37 +00:00
c37858d333
Add Efika (http://www.bplan-gmbh.de/efika_spec_en.html) platform support for arch/powerpc. Signed-off-by: Nicolas DET <nd@bplan-gmbh.de> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
20 lines
428 B
C
20 lines
428 B
C
/*
|
|
* Efika 5K2 platform setup - Header file
|
|
*
|
|
* Copyright (C) 2006 bplan GmbH
|
|
*
|
|
* This file is licensed under the terms of the GNU General Public License
|
|
* version 2. This program is licensed "as is" without any warranty of any
|
|
* kind, whether express or implied.
|
|
*
|
|
*/
|
|
|
|
#ifndef __ARCH_POWERPC_EFIKA__
|
|
#define __ARCH_POWERPC_EFIKA__
|
|
|
|
#define EFIKA_PLATFORM_NAME "Efika"
|
|
|
|
extern void __init efika_pcisetup(void);
|
|
|
|
#endif
|