Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1843 → Rev 1844

/trunk/kernel/arch/sparc64/src/drivers/kbd.c
36,8 → 36,8
#ifdef CONFIG_Z8530
#include <genarch/kbd/z8530.h>
#endif
#ifdef CONFIG_16650A
#include <genarch/kbd/16650a.h>
#ifdef CONFIG_NS16550
#include <genarch/kbd/ns16550.h>
#endif
 
#include <arch/boot/boot.h>
69,8 → 69,8
#ifdef CONFIG_Z8530
z8530_init();
#endif
#ifdef CONFIG_16650A
16650A_init();
#ifdef CONFIG_NS16550
ns16550_init();
#endif
}