blob: d1d5a83039aeb7928bf9b8849e33e2be6bc605ee [file] [log] [blame]
David Gibson007e8f52005-10-28 15:35:50 +10001/*
2 * arch/powerpc/platforms/pseries/xics.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 *
4 * Copyright 2000 IBM Corporation.
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
10 */
11
David Gibson007e8f52005-10-28 15:35:50 +100012#ifndef _POWERPC_KERNEL_XICS_H
13#define _POWERPC_KERNEL_XICS_H
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
Benjamin Herrenschmidtb9e5b4e2006-07-03 19:32:51 +100015extern void xics_init_IRQ(void);
16extern void xics_setup_cpu(void);
Nathan Fontenotc3e85062008-02-07 07:37:31 +110017extern void xics_teardown_cpu(void);
18extern void xics_kexec_teardown_cpu(int secondary);
Benjamin Herrenschmidtb9e5b4e2006-07-03 19:32:51 +100019extern void xics_migrate_irqs_away(void);
Milton Millerd13f7202008-10-10 01:56:29 +000020extern int smp_xics_probe(void);
21extern void smp_xics_message_pass(int target, int msg);
Linus Torvalds1da177e2005-04-16 15:20:36 -070022
David Gibson007e8f52005-10-28 15:35:50 +100023#endif /* _POWERPC_KERNEL_XICS_H */