Subversion Repositories HelenOS-historic

Rev

Rev 125 | Rev 206 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 125 Rev 195
Line 29... Line 29...
29
#include <arch/i8259.h>
29
#include <arch/i8259.h>
30
#include <cpu.h>
30
#include <cpu.h>
31
#include <arch/types.h>
31
#include <arch/types.h>
32
#include <arch/asm.h>
32
#include <arch/asm.h>
33
#include <arch.h>
33
#include <arch.h>
-
 
34
#include <print.h>
34
 
35
 
35
/*
36
/*
36
 * This is the PIC driver.
37
 * This is the PIC driver.
37
 * Programmable Interrupt Controller for UP systems.
38
 * Programmable Interrupt Controller for UP systems.
38
 */
39
 */