Updated pic init
This commit is contained in:
14
include/myke/cpu/pic.h
Normal file
14
include/myke/cpu/pic.h
Normal 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
|
||||
Reference in New Issue
Block a user