source: mainline/uspace/srv/dd/pic.h@ 3b3e776

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 3b3e776 was fcbd1be, checked in by Lenka Trochtova <trochtova.lenka@…>, 16 years ago

the name of the hierarchical driver was changed II

  • Property mode set to 100644
File size: 149 bytes
Line 
1#ifndef PIC_H
2#define PIC_H
3
4#include <stdlib.h>
5
6int pic_init();
7void pic_enable_interrupt(int irq);
8void pic_enable_irqs(uint16_t irqmask);
9
10#endif
Note: See TracBrowser for help on using the repository browser.