Changeset 566f5e5c in mainline
- Timestamp:
- 2007-06-06T16:34:06Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 72c4ed4
- Parents:
- 4a8635b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32xen/src/smp/apic.c
r4a8635b r566f5e5c 500 500 * @param flags Flags. 501 501 */ 502 void io_apic_change_ioredtbl( int pin, int dest, uint8_t v, int flags)502 void io_apic_change_ioredtbl(uint8_t pin, uint8_t dest, uint8_t v, int flags) 503 503 { 504 504 io_redirection_reg_t reg;
Note:
See TracChangeset
for help on using the changeset viewer.