diff options
author | Seth W. Klein <sk@sethwklein.net> | 2003-11-18 04:53:16 +0000 |
---|---|---|
committer | Seth W. Klein <sk@sethwklein.net> | 2003-11-18 04:53:16 +0000 |
commit | f333581b7b4066ab054dd765a1c9bae0f3407188 (patch) | |
tree | 009545c054c88d4fd2b7aab1786a9600badd3e08 /hw/kdrive/itsy/itsy.c | |
parent | 003e87717cfe378261ed1a1e7bcb2cf0d200b1b8 (diff) |
Added infrastructure for driver specific usage messages and added vesa
usage message.
Diffstat (limited to 'hw/kdrive/itsy/itsy.c')
-rw-r--r-- | hw/kdrive/itsy/itsy.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/kdrive/itsy/itsy.c b/hw/kdrive/itsy/itsy.c index ef8ca6dad..4f2ac1cbb 100644 --- a/hw/kdrive/itsy/itsy.c +++ b/hw/kdrive/itsy/itsy.c @@ -314,6 +314,12 @@ OsVendorInit (void) KdOsInit (&ItsyOsFuncs); } +void +ddxUseMsg (void) +{ + KdUseMsg(); +} + int ddxProcessArgument (int argc, char **argv, int i) { |