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.
This commit is contained in:
@ -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__ */
|
||||
|
Reference in New Issue
Block a user