]> git.karo-electronics.de Git - rdstmc.git/blobdiff - decoder/rds.h
Add radio tuning test app
[rdstmc.git] / decoder / rds.h
index fb56ffe083591be1d36861b6b91198522ea2fe25..e2187f1f71a04f07cd9f64013d70f99c9ef76e67 100644 (file)
@@ -1,3 +1,13 @@
+/*
+ * Copyright (C) 2009, 2010 by Nils Faerber <nils.faerber@kernelconcepts.de>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version
+ * 2 of the License, or (at your option) any later version.
+ *
+ */
+
 #define RDS_RECEIVE_INDICATOR  1 << 0
 #define RDS_OUTPUT_STATION_ID  1 << 1
 #define RDS_OUTPUT_RADIO_TEXT  1 << 2
@@ -46,6 +56,7 @@ struct rds_info_s {
 };
 
 int rds_receive_group(int rds_fd, unsigned short *rdsgroup);
+void rds_radio_retuned(void);
 void rds_decode_group(unsigned short *rdsgroup);
 
 void rds_init(void);