This website requires JavaScript.
Explore
Help
Register
Sign In
metaverse
/
kernel-dev-old
Archived
Watch
1
Star
2
Fork
You've already forked kernel-dev-old
1
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-11-18
. You can view files and clone it, but cannot push or open issues or pull requests.
7e22dd604f
kernel-dev-old
/
include
/
kernel
/
interrupt.h
8 lines
98 B
C
Raw
Blame
History
#
ifndef INTERRUPT_H
#
define INTERRUPT_H 1
void
interrupt_open
(
)
;
void
interrupt_close
(
)
;
#
endif
Reference in New Issue
View Git Blame
Copy Permalink