diff options
Diffstat (limited to 'tmk_core/protocol/iwrap/iwrap.h')
| -rw-r--r-- | tmk_core/protocol/iwrap/iwrap.h | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/tmk_core/protocol/iwrap/iwrap.h b/tmk_core/protocol/iwrap/iwrap.h index ffaad9395..51f2b5670 100644 --- a/tmk_core/protocol/iwrap/iwrap.h +++ b/tmk_core/protocol/iwrap/iwrap.h | |||
| @@ -22,11 +22,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 22 | #include <stdbool.h> | 22 | #include <stdbool.h> |
| 23 | #include "host_driver.h" | 23 | #include "host_driver.h" |
| 24 | 24 | ||
| 25 | |||
| 26 | /* enable iWRAP MUX mode */ | 25 | /* enable iWRAP MUX mode */ |
| 27 | #define MUX_MODE | 26 | #define MUX_MODE |
| 28 | 27 | ||
| 29 | |||
| 30 | host_driver_t *iwrap_driver(void); | 28 | host_driver_t *iwrap_driver(void); |
| 31 | 29 | ||
| 32 | void iwrap_init(void); | 30 | void iwrap_init(void); |
| @@ -36,13 +34,13 @@ void iwrap_buf_send(void); | |||
| 36 | void iwrap_buf_add(uint8_t c); | 34 | void iwrap_buf_add(uint8_t c); |
| 37 | void iwrap_buf_del(void); | 35 | void iwrap_buf_del(void); |
| 38 | 36 | ||
| 39 | void iwrap_call(void); | 37 | void iwrap_call(void); |
| 40 | void iwrap_kill(void); | 38 | void iwrap_kill(void); |
| 41 | void iwrap_unpair(void); | 39 | void iwrap_unpair(void); |
| 42 | void iwrap_sleep(void); | 40 | void iwrap_sleep(void); |
| 43 | void iwrap_sniff(void); | 41 | void iwrap_sniff(void); |
| 44 | void iwrap_subrate(void); | 42 | void iwrap_subrate(void); |
| 45 | bool iwrap_failed(void); | 43 | bool iwrap_failed(void); |
| 46 | uint8_t iwrap_connected(void); | 44 | uint8_t iwrap_connected(void); |
| 47 | uint8_t iwrap_check_connection(void); | 45 | uint8_t iwrap_check_connection(void); |
| 48 | 46 | ||
