git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
chore: fix almost *ALL* warnings.
[lunaix-os.git]
/
lunaix-os
/
includes
/
hal
/
ioapic.h
diff --git
a/lunaix-os/includes/hal/ioapic.h
b/lunaix-os/includes/hal/ioapic.h
index ec749ef3befd357868d2ebb9d72be896cd69524f..4dccd7e7a227582e113669055f78204c3e65e9a6 100644
(file)
--- a/
lunaix-os/includes/hal/ioapic.h
+++ b/
lunaix-os/includes/hal/ioapic.h
@@
-26,12
+26,12
@@
void
ioapic_init();
void
ioapic_init();
void
-ioapic_write(u
int
8_t sel, u32_t val);
+ioapic_write(u8_t sel, u32_t val);
u32_t
u32_t
-ioapic_read(u
int
8_t sel);
+ioapic_read(u8_t sel);
void
void
-ioapic_redirect(u
int8_t irq, uint8_t vector, uint
8_t dest, u32_t flags);
+ioapic_redirect(u
8_t irq, u8_t vector, u
8_t dest, u32_t flags);
#endif /* __LUNAIX_IOAPIC_H */
#endif /* __LUNAIX_IOAPIC_H */