LF OS
Hobby operating system for amd64 with high ambitions
Loading...
Searching...
No Matches
pic.h
Go to the documentation of this file.
1#ifndef _PIC_H_INCLUDED
2#define _PIC_H_INCLUDED
3
4// XXX: write APIC driver instead
5
6void init_pic(void);
7void pic_set_handled(int interrupt);
8
9#endif
void pic_set_handled(int interrupt)
Definition pic.c:23
void init_pic(void)
Definition pic.c:7