Mon 14 Oct 23:06:38 CEST 2024
This commit is contained in:
parent
a30e8962d3
commit
12568ba296
17
kernel/pic.h
Normal file
17
kernel/pic.h
Normal file
|
@ -0,0 +1,17 @@
|
|||
/*
|
||||
Copyright (C) 2015-2019 The University of Notre Dame
|
||||
This software is distributed under the GNU General Public License.
|
||||
See the file LICENSE for details.
|
||||
*/
|
||||
|
||||
#ifndef PIC_H
|
||||
#define PIC_H
|
||||
|
||||
#include "kernel/types.h"
|
||||
|
||||
void pic_init(int base0, int base1);
|
||||
void pic_enable(uint8_t irq);
|
||||
void pic_disable(uint8_t irq);
|
||||
void pic_acknowledge(uint8_t irq);
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user