diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2024-09-30 11:08:46 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2024-09-30 11:08:46 -0400 |
commit | 19d9a04e36e7fb96eebe89e24311408460c29a70 (patch) | |
tree | 4d5f5ba595d5a5e2b59ce7b102c06b77c7be7721 /pic.hpp | |
parent | 85c8fd05f1a0c0224882c4fafa60003d3ef56cf3 (diff) |
reorganize files
Diffstat (limited to 'pic.hpp')
-rw-r--r-- | pic.hpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pic.hpp b/pic.hpp deleted file mode 100644 index 17abd55..0000000 --- a/pic.hpp +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef PIC_HPP -#define PIC_HPP - -#include <cstdint> - -/* reinitialize the PIC controllers, giving them specified vector offsets - rather than 8h and 70h, as configured by default */ -void pic_initialize(); -void pic_eoi(std::uint8_t irq); - -#endif // PIC_HPP - |