source: mainline/uspace/srv/pci/pic.h@ 86554e7

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

serial port now uses interrupts for receiving data

  • 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.