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/fbdev | |
parent | 003e87717cfe378261ed1a1e7bcb2cf0d200b1b8 (diff) |
Added infrastructure for driver specific usage messages and added vesa
usage message.
Diffstat (limited to 'hw/kdrive/fbdev')
-rw-r--r-- | hw/kdrive/fbdev/fbinit.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/kdrive/fbdev/fbinit.c b/hw/kdrive/fbdev/fbinit.c index 533aa9bf8..097f77fe6 100644 --- a/hw/kdrive/fbdev/fbinit.c +++ b/hw/kdrive/fbdev/fbinit.c @@ -51,6 +51,12 @@ InitInput (int argc, char **argv) #endif } +void +ddxUseMsg (void) +{ + KdUseMsg(); +} + int ddxProcessArgument (int argc, char **argv, int i) { |