NanoPayload

stage2/irq.h

216:95be7694d999
2017-06-28 Paul Boddie Employ structure member names to make initialisation clearer.
     1 #ifndef __IRQ_H__     2 #define __IRQ_H__     3      4 /* Initialisation functions. */     5      6 void irq_init();     7      8 #endif /* __IRQ_H__ */