#include <l4/sys/ipc.h>#include <l4/omega0/client.h>#include <omega0_proto.h>#include "internal.h"#include "config.h"Go to the source code of this file.
Functions | |
| int | omega0_first (void) |
| Iterator: return the first available irq line. | |
| int | omega0_next (int num) |
| Iterator: return next available irq line. | |
| int omega0_next | ( | int | irq_num | ) |
Iterator: return next available irq line.
| irq_num | return value of omega0_first() or a omega0_next() |
| 0 | no more lines are available | |
| >0 | next existing irq line. |
1.5.6