Project

General

Profile

Download (335 Bytes) Statistics
| Branch: | Tag: | Revision:
1 f1202753 (no author)
#ifndef _PIO_IRQ_H
2
#define _PIO_IRQ_H
3 872a81da (no author)
4 7237fbce (no author)
#define NR_PIO 32
5 373c172a Harald Welte
typedef void irq_handler_t(uint32_t pio);
6 872a81da (no author)
7 373c172a Harald Welte
extern void pio_irq_enable(uint32_t pio);
8
extern void pio_irq_disable(uint32_t pio);
9
extern int pio_irq_register(uint32_t pio, irq_handler_t *func);
10
extern void pio_irq_unregister(uint32_t pio);
11 7237fbce (no author)
extern void pio_irq_init(void);
12 f1202753 (no author)
13
#endif
Add picture from clipboard (Maximum size: 48.8 MB)