~ubuntu-branches/ubuntu/saucy/linux-n900/saucy

« back to all changes in this revision

Viewing changes to arch/powerpc/platforms/iseries/irq.h

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Poirier
  • Date: 2011-02-18 09:43:31 UTC
  • Revision ID: james.westby@ubuntu.com-20110218094331-eyubsja4f9k0yhmq
Tags: 2.6.35-1.1
Initial release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _ISERIES_IRQ_H
 
2
#define _ISERIES_IRQ_H
 
3
 
 
4
#ifdef CONFIG_PCI
 
5
extern void iSeries_init_IRQ(void);
 
6
extern int  iSeries_allocate_IRQ(HvBusNumber, HvSubBusNumber, u32);
 
7
extern void iSeries_activate_IRQs(void);
 
8
#else
 
9
#define iSeries_init_IRQ        NULL
 
10
#endif
 
11
extern unsigned int iSeries_get_irq(void);
 
12
 
 
13
#endif /* _ISERIES_IRQ_H */