6a73e85ad1
. only good for obsolete K&R support . also remove a stray ansi.h and the proto cmd
5 lines
140 B
C
5 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
|