carl9170 toolchain: update to gcc 6.2.0 and binutils 2.27
[carl9170fw.git] / carlfw / include / pattern_generator.h
index e08f9fc1c10f7ebce95c82110ba66f1b4ba976c0..98e9c90b1c99e060832bcf5f61f2984f6b396a97 100644 (file)
@@ -20,8 +20,8 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#ifndef __CARL9170FW_RADAR_H
-#define __CARL9170FW_RADAR_H
+#ifndef __CARL9170FW_PATTERN_GENERATOR_H
+#define __CARL9170FW_PATTERN_GENERATOR_H
 
 #include "generated/autoconf.h"
 #include "types.h"
 #include "fwdesc.h"
 #include "pattern.h"
 
-#if defined(CARL9170FW_PATTERN_GENERATOR)
-void radar_pattern_generator(void);
+#if defined(CONFIG_CARL9170FW_PATTERN_GENERATOR)
+void pattern_generator(void);
 
 #else
-static inline void radar_pattern_generator(void)
+static inline void pattern_generator(void)
 {
 }
 
-#endif
+#endif /* CONFIG_CARL9170FW_PATTERN_GENERATOR */
 
-#endif /* __CARL9170FW_RADAR_H */
+#endif /* __CARL9170FW_PATTERN_GENERATOR_H */