OurOS 0.1
Operating System built by McGill Students
 
Loading...
Searching...
No Matches
int.h
1#ifndef _CPU_INT_H
2#define _CPU_INT_H
3
4#include "idt.h"
5
6void cpu_int_dispatch(struct cpu_idt_interrupt_state *s);
7
8#endif