diff options
author | Marvin Borner | 2019-09-15 12:52:02 +0200 |
---|---|---|
committer | Marvin Borner | 2019-09-15 12:52:02 +0200 |
commit | 46fb7adb706bd92c04ea1d578a167cf5dd3f0f16 (patch) | |
tree | 16b87c4875b727c55159994670f074dd0329a45a /src/idt/idt.h | |
parent | 16913b711ad5e21392669cc65eb5eebdcc31e14c (diff) |
Added interrupt service routines and interrupt requests
Diffstat (limited to 'src/idt/idt.h')
-rw-r--r-- | src/idt/idt.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/idt/idt.h b/src/idt/idt.h deleted file mode 100644 index 5771ff0..0000000 --- a/src/idt/idt.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef MELVIX_IDT_H -#define MELVIX_IDT_H - -void idt_install(); - -void idt_set_gate(unsigned char num, unsigned long base, unsigned short sel, unsigned char flags); - -#endif |