minix/lib/libddekit/src/irq.h
Ben Gras 6a73e85ad1 retire _PROTOTYPE
. only good for obsolete K&R support
	. also remove a stray ansi.h and the proto cmd
2012-03-25 16:17:10 +02:00

6 lines
140 B
C

#ifndef DDEKIT_IRQ_MINIX_H
#define DDEKIT_IRQ_MINIX_H 1
void ddekit_init_irqs(void);
void _ddekit_interrupt_trigger(int irq_hook);
#endif