Sync/kernel/isr.c

6 lines
114 B
C
Raw Normal View History

2019-04-07 18:25:27 +00:00
#include <kernel/descriptor_tables.h>
#include <kernel/tty.h>
#include <kernel/utils.h>
#include <stdint.h>