Remove btpad.h

This commit is contained in:
twinaphex 2015-04-03 15:38:50 +02:00
parent bf4aea8e3c
commit 67ca912efc
4 changed files with 6 additions and 27 deletions

View File

@ -20,7 +20,7 @@
#include <string.h>
#include "btdynamic.h"
#include "btpad.h"
#include "btstack.h"
#include "../input/connect/joypad_connection.h"
extern joypad_connection_t *slots;

View File

@ -1,24 +0,0 @@
/* RetroArch - A frontend for libretro.
* Copyright (C) 2013-2014 - Jason Fetters
* Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch 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 Found-
* ation, either version 3 of the License, or (at your option) any later version.
*
* RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with RetroArch.
* If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __IOS_RARCH_BTPAD_H__
#define __IOS_RARCH_BTPAD_H__
#include "btstack.h"
void btpad_set_inquiry_state(bool on);
#endif

View File

@ -584,6 +584,10 @@ void bt_send_l2cap(uint16_t local_cid, uint8_t *data, uint16_t len);
void bt_send_rfcomm(uint16_t rfcom_cid, uint8_t *data, uint16_t len);
/* custom functions */
void btpad_set_inquiry_state(bool on);
#if defined __cplusplus
}
#endif

View File

@ -26,9 +26,8 @@
#include "../../menu/menu.h"
#import "views.h"
#include "bluetooth/btpad.h"
#include "bluetooth/btdynamic.h"
#include "bluetooth/btpad.h"
#include "bluetooth/btstack.h"
#include "../../menu/drivers/ios.h"