diff options
Diffstat (limited to 'firmware/export/fmradio.h')
-rw-r--r-- | firmware/export/fmradio.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/firmware/export/fmradio.h b/firmware/export/fmradio.h index b5b239bde1..3c55fb7672 100644 --- a/firmware/export/fmradio.h +++ b/firmware/export/fmradio.h @@ -6,6 +6,7 @@ * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ * \/ \/ \/ \/ \/ * $Id$ + * Driver to control the (Samsung) tuner via port-banging SPI * * Copyright (C) 2002 by Linus Nielsen Feltzing * @@ -21,9 +22,5 @@ extern int fmradio_read(int addr); extern void fmradio_set(int addr, int data); -extern void fmradio_set_status(int status); -extern int fmradio_get_status(void); - -#define FMRADIO_PLAYING 1 #endif |