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:
parent
7534256738
commit
f892e76346
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
2004-01-06 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
2003-12-02 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
@ -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
|
||||
|
@ -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__ */
|
||||
|
Loading…
Reference in New Issue
Block a user