Changes in kernel/arch/ia32/include/arch/smp/apic.h [2a103b5:c5429fe] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/arch/smp/apic.h
r2a103b5 rc5429fe 43 43 #include <cpu.h> 44 44 #include <stdint.h> 45 #include <genarch/pic/pic_ops.h>46 45 47 46 #define FIXED (0 << 0) … … 348 347 } io_apic_id_t; 349 348 350 extern pic_ops_t apic_pic_ops;351 352 349 extern volatile uint32_t *l_apic; 353 350 extern volatile uint32_t *io_apic; … … 359 356 360 357 extern void l_apic_init(void); 361 extern void l_apic_eoi( unsigned int);358 extern void l_apic_eoi(void); 362 359 extern int l_apic_send_custom_ipi(uint8_t, uint8_t); 363 360 extern int l_apic_broadcast_custom_ipi(uint8_t);
Note:
See TracChangeset
for help on using the changeset viewer.