Color support

This commit is contained in:
Alex
2022-10-11 00:46:51 +03:00
parent f7e316bdcb
commit 9c00c5ec4b
5 changed files with 43 additions and 4 deletions

View File

@ -6,6 +6,7 @@
namespace Interrupts
{
void Initialize();
void Enable();
}
#endif // !__FENNIX_KERNEL_INTERRUPTS_H__