diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-01-23 22:10:48 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-01-23 22:10:48 +0000 |
commit | f892e76346e5270b6786e96c1b6bd0d8b7a2a377 (patch) | |
tree | b7268a8d66517f59616e03fc0c0b64af0c846950 /libgloss/m68k/leds.c | |
parent | 7534256738d5349033aa580fe500e93df408548d (diff) | |
download | cygnal-f892e76346e5270b6786e96c1b6bd0d8b7a2a377.tar.gz cygnal-f892e76346e5270b6786e96c1b6bd0d8b7a2a377.tar.bz2 cygnal-f892e76346e5270b6786e96c1b6bd0d8b7a2a377.zip |
2004-01-23 G�bor L�ki <loki@inf.u-szeged.hu>
* m68k/leds.c: remove led_putnum(), zylons() forward
function declarations.
* m68k/leds.h: add zylons() forward function declaration.
Diffstat (limited to 'libgloss/m68k/leds.c')
-rw-r--r-- | libgloss/m68k/leds.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libgloss/m68k/leds.c b/libgloss/m68k/leds.c index 125ae8b50..b9112376d 100644 --- a/libgloss/m68k/leds.c +++ b/libgloss/m68k/leds.c @@ -15,9 +15,6 @@ */ #include "leds.h" -void zylons(); -void led_putnum(); - /* * led_putnum -- print a hex number on the LED. the value of num must be a char with * the ascii value. ie... number 0 is '0', a is 'a', ' ' (null) clears |