diff -r 1fbdf88163b3 -r e930a0e817de include/can_driver.h --- a/include/can_driver.h Thu May 18 16:26:59 2006 +0200 +++ b/include/can_driver.h Thu May 18 21:54:24 2006 +0200 @@ -39,13 +39,6 @@ #include "data.h" -void led_set_redgreen(CO_Data *d, unsigned char bits); - -int nvram_open(void); -void nvram_close(void); -char nvram_write(int type, int access_attr, void *data); -char nvram_read(int type, int access_attr, void *data); - struct struct_s_BOARD { char * busname; int baudrate;