This commit is contained in:
2025-03-15 00:02:33 +03:00
parent 0ea8fc59ef
commit bacba9abf1
6 changed files with 3 additions and 37 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include "../include/types.h"
uint8 inportb(uint16 _port);
void outportb(uint16 _port, uint8 _data);
void outportb(uint16 _port, uint8 _data);
#endif