diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2022-06-29 17:23:50 +0200 |
|---|---|---|
| committer | Aleksa Vučković <aleksav013@gmail.com> | 2022-06-29 17:23:50 +0200 |
| commit | 987d6c6e5e931f349a3f48b890a2ab9ee0c430b4 (patch) | |
| tree | 209d9bc6210edcee3cf7c3e229e81cba6f64a891 /src/include/asm.h | |
| parent | 1f57e99720c4bc5e3e27a88ff469cef43c202a43 (diff) | |
Diffstat (limited to 'src/include/asm.h')
| -rw-r--r-- | src/include/asm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/asm.h b/src/include/asm.h index ee15f00..e8261d5 100644 --- a/src/include/asm.h +++ b/src/include/asm.h @@ -9,8 +9,8 @@ #define PIC2_DATA_PORT 0xA1 -extern uint8_t ioport_in(uint8_t port); -extern void ioport_out(uint8_t port, int data); +extern uint8_t ioport_in(uint32_t port); +extern void ioport_out(uint32_t port, uint32_t data); #endif |
