altos: Add RFPA0133 amplifier driver
[fw/altos] / src / core / ao.h
index ce0bf5d14289007dff1b602e750cdc7b23dec7f4..133d91184bf0b34e05b2dfc8cd1a528624864cdd 100644 (file)
@@ -534,6 +534,25 @@ typedef int16_t (*ao_radio_fill_func)(uint8_t *buffer, int16_t len);
 void
 ao_radio_send_lots(ao_radio_fill_func fill);
 
+/*
+ * ao_radio_pa
+ */
+
+#if AO_RADIO_HAS_PA
+void
+ao_radio_pa_on(void);
+
+void
+ao_radio_pa_off(void);
+
+void
+ao_radio_pa_init(void);
+#else
+#define ao_radio_pa_on()
+#define ao_radio_pa_off()
+#define ao_radio_pa_init()
+#endif
+
 /*
  * Compute the packet length as follows:
  *