diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-18 15:08:02 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-18 15:08:02 -0800 |
commit | 3da38566dfd4b2402b280cb52ffc7c56f1a95b9c (patch) | |
tree | 787bfa0d16f3d980db0de3853382279c3e117095 /include | |
parent | 7c4d33675f81fa38f85eeabbbf3e7b8687c15cc3 (diff) | |
parent | 959a85ada599fd5bab7fab8251795c3a58af28d4 (diff) | |
download | linux-3da38566dfd4b2402b280cb52ffc7c56f1a95b9c.tar.bz2 |
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-sparc64/oplib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sparc64/oplib.h b/include/asm-sparc64/oplib.h index d02f1e8ae1a6..3c59b2693fb9 100644 --- a/include/asm-sparc64/oplib.h +++ b/include/asm-sparc64/oplib.h @@ -163,6 +163,7 @@ enum prom_input_device { PROMDEV_IKBD, /* input from keyboard */ PROMDEV_ITTYA, /* input from ttya */ PROMDEV_ITTYB, /* input from ttyb */ + PROMDEV_IRSC, /* input from rsc */ PROMDEV_I_UNK, }; @@ -174,6 +175,7 @@ enum prom_output_device { PROMDEV_OSCREEN, /* to screen */ PROMDEV_OTTYA, /* to ttya */ PROMDEV_OTTYB, /* to ttyb */ + PROMDEV_ORSC, /* to rsc */ PROMDEV_O_UNK, }; |