summaryrefslogtreecommitdiffstats
path: root/libgloss/m68k/leds.h
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-01-23 22:10:48 +0000
committerJeff Johnston <jjohnstn@redhat.com>2004-01-23 22:10:48 +0000
commitf892e76346e5270b6786e96c1b6bd0d8b7a2a377 (patch)
treeb7268a8d66517f59616e03fc0c0b64af0c846950 /libgloss/m68k/leds.h
parent7534256738d5349033aa580fe500e93df408548d (diff)
downloadcygnal-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.h')
-rw-r--r--libgloss/m68k/leds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/m68k/leds.h b/libgloss/m68k/leds.h
index 919c38143..c3fd6a3c6 100644
--- a/libgloss/m68k/leds.h
+++ b/libgloss/m68k/leds.h
@@ -32,5 +32,6 @@
#define FUDGE(x) ((x >= 0xa && x <= 0xf) ? (x + 'a') & 0x7f : (x + '0') & 0x7f)
extern void led_putnum( char );
+void zylons();
#endif /* __LEDS_H__ */