Updated pic init

This commit is contained in:
2021-08-22 19:59:55 +02:00
parent 6b0f6ddfb7
commit ad023a8119
5 changed files with 76 additions and 88 deletions

14
include/myke/cpu/pic.h Normal file
View File

@@ -0,0 +1,14 @@
//
// Created by rick on 22-08-21.
//
#ifndef NEW_KERNEL_PIC_H
#define NEW_KERNEL_PIC_H
#include <sys/types.h>
void pic_init();
void pic_set_mask(uint16_t mask);
#endif //NEW_KERNEL_PIC_H