NanoPayload

stage2/irq.h

200:c2fc5c930193
2016-10-02 Paul Boddie Introduced convenience functions handling page pairs.
     1 #ifndef __IRQ_H__     2 #define __IRQ_H__     3      4 /* Initialisation functions. */     5      6 void irq_init();     7      8 #endif /* __IRQ_H__ */