diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-01-18 18:49:23 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2004-01-18 18:49:23 -0800 |
| commit | 66ac283cd80e6965a51cfdbc762e1a8e2a860536 (patch) | |
| tree | 9e29b856d7cefa93edd82b5a5ae59265edaa4a19 /include | |
| parent | fb7c5f7b57560e7746e23f3a809cf57d0a226521 (diff) | |
[PATCH] sn: Support for the LCD
From: Pat Gefre <pfg@sgi.com>
Support for the LCD
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ia64/sn/module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ia64/sn/module.h b/include/asm-ia64/sn/module.h index f7bbdd38124c..c4aff28d91b3 100644 --- a/include/asm-ia64/sn/module.h +++ b/include/asm-ia64/sn/module.h @@ -30,6 +30,7 @@ extern "C" { /* parameter for format_module_id() */ #define MODULE_FORMAT_BRIEF 1 #define MODULE_FORMAT_LONG 2 +#define MODULE_FORMAT_LCD 3 /* * Module id format |
