Subversion Repositories HelenOS

Rev

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

Rev 1787 Rev 1790
Line 35... Line 35...
35
#ifndef KERN_sparc64_I8042_H_
35
#ifndef KERN_sparc64_I8042_H_
36
#define KERN_sparc64_I8042_H_
36
#define KERN_sparc64_I8042_H_
37
 
37
 
38
#include <arch/types.h>
38
#include <arch/types.h>
39
 
39
 
40
#define KBD_PHYS_ADDRESS    0x1fff8904000ULL
-
 
41
 
-
 
42
#define STATUS_REG  4
40
#define STATUS_REG  4
43
#define COMMAND_REG 4
41
#define COMMAND_REG 4
44
#define DATA_REG    6
42
#define DATA_REG    6
45
 
43
 
46
#define LAST_REG    DATA_REG
44
#define LAST_REG    DATA_REG