kvm tools, setup: Create private directory
[linux-2.6/next.git] / arch / powerpc / platforms / wsp / ics.h
blobe34d53102640f140479182afd339d95e2af3a387
1 /*
2 * Copyright 2009 IBM Corporation.
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version
7 * 2 of the License, or (at your option) any later version.
8 */
10 #ifndef __ICS_H
11 #define __ICS_H
13 #define XIVE_ADDR_MASK 0x7FFULL
15 extern void wsp_init_irq(void);
17 extern int wsp_ics_alloc_irq(struct device_node *dn, int num);
18 extern void wsp_ics_free_irq(struct device_node *dn, unsigned int irq);
20 #endif /* __ICS_H */